aboutsummaryrefslogtreecommitdiff
path: root/lumina-wm-INCOMPLETE/LLockScreen.ui
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2015-11-06 10:46:57 -0500
committerKen Moore <moorekou@gmail.com>2015-11-06 10:46:57 -0500
commitc2c98e44acf420e2d740ba072256629a71d030f8 (patch)
tree7095372331e94b3955d8e671f31a8348dfdf7daf /lumina-wm-INCOMPLETE/LLockScreen.ui
parentGet the new lockscreen all setup and (somewhat) functional in the screensaver... (diff)
downloadlumina-c2c98e44acf420e2d740ba072256629a71d030f8.tar.gz
lumina-c2c98e44acf420e2d740ba072256629a71d030f8.tar.bz2
lumina-c2c98e44acf420e2d740ba072256629a71d030f8.zip
A couple big changes:
1) Add lumina-checkpass subproject: this is a tiny C program for comparing an input again the current user's password with PAM (required for screen unlocker in lumina-wm) 2) Completely finish up the Screensaver implementation in lumina-wm - the lock/unlock screen works great now, and I also set it up to cut the current screen brightness in half when the screensaver starts up (returns to normal level on activity).
Diffstat (limited to 'lumina-wm-INCOMPLETE/LLockScreen.ui')
-rw-r--r--lumina-wm-INCOMPLETE/LLockScreen.ui7
1 files changed, 5 insertions, 2 deletions
diff --git a/lumina-wm-INCOMPLETE/LLockScreen.ui b/lumina-wm-INCOMPLETE/LLockScreen.ui
index 0e5cca5e..7f0b45b8 100644
--- a/lumina-wm-INCOMPLETE/LLockScreen.ui
+++ b/lumina-wm-INCOMPLETE/LLockScreen.ui
@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>236</width>
- <height>151</height>
+ <width>289</width>
+ <height>188</height>
</rect>
</property>
<property name="windowTitle">
@@ -89,6 +89,9 @@
<property name="text">
<string notr="true"/>
</property>
+ <property name="alignment">
+ <set>Qt::AlignCenter</set>
+ </property>
<property name="wordWrap">
<bool>true</bool>
</property>
bgstack15