diff options
author | Simon Rettberg | 2019-03-20 14:56:36 +0100 |
---|---|---|
committer | Simon Rettberg | 2019-03-20 14:56:36 +0100 |
commit | 64c5c3dc62d743567c7783f43e68b6bdbccf7a8e (patch) | |
tree | 196facda3428aa3792ae9ea6f94c8c827a93d368 /src | |
parent | Make loginform-icon more flexible (diff) | |
download | slxgreeter-64c5c3dc62d743567c7783f43e68b6bdbccf7a8e.tar.gz slxgreeter-64c5c3dc62d743567c7783f43e68b6bdbccf7a8e.tar.xz slxgreeter-64c5c3dc62d743567c7783f43e68b6bdbccf7a8e.zip |
Fix layout size
Diffstat (limited to 'src')
-rw-r--r-- | src/loginform.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/loginform.ui b/src/loginform.ui index 3ad728a..086508f 100644 --- a/src/loginform.ui +++ b/src/loginform.ui @@ -7,11 +7,11 @@ <x>0</x> <y>0</y> <width>386</width> - <height>439</height> + <height>296</height> </rect> </property> <property name="sizePolicy"> - <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> |