diff options
author | Ken Moore <ken@pcbsd.org> | 2014-09-19 09:55:19 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2014-09-19 09:55:19 -0400 |
commit | 9a481058ac0f22a6ebbb21f8462c9a7cf438f6d8 (patch) | |
tree | e33f75ce2b041767c48c0a8c80e3f31ef956ef9b /lumina-desktop/SystemWindow.ui | |
parent | Make the jpg/png suffix check case-insensitive for showing thumbnail previews... (diff) | |
download | lumina-9a481058ac0f22a6ebbb21f8462c9a7cf438f6d8.tar.gz lumina-9a481058ac0f22a6ebbb21f8462c9a7cf438f6d8.tar.bz2 lumina-9a481058ac0f22a6ebbb21f8462c9a7cf438f6d8.zip |
Add the ability to lock the screen from the log out menu in lumina-desktop.
Diffstat (limited to 'lumina-desktop/SystemWindow.ui')
-rw-r--r-- | lumina-desktop/SystemWindow.ui | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lumina-desktop/SystemWindow.ui b/lumina-desktop/SystemWindow.ui index c4384ee9..2b21757f 100644 --- a/lumina-desktop/SystemWindow.ui +++ b/lumina-desktop/SystemWindow.ui @@ -135,6 +135,13 @@ </property> </spacer> </item> + <item> + <widget class="QPushButton" name="push_lock"> + <property name="text"> + <string>Lock Screen</string> + </property> + </widget> + </item> </layout> </item> </layout> |