diff options
| author | Simon Rettberg | 2013-05-24 19:22:32 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-05-24 19:22:32 +0200 |
| commit | a333f094c534e24f5eca3ad4a78f2ed17c7c1ba6 (patch) | |
| tree | 812005694c2f50265dbe6c72528ba81481a05536 /remote/modules/kdm/data | |
| parent | [vmplayer] Copy kernel modules in post_copy, not build (diff) | |
| download | tm-scripts-a333f094c534e24f5eca3ad4a78f2ed17c7c1ba6.tar.gz tm-scripts-a333f094c534e24f5eca3ad4a78f2ed17c7c1ba6.tar.xz tm-scripts-a333f094c534e24f5eca3ad4a78f2ed17c7c1ba6.zip | |
[kdm] Make input boxes twice as wide (request by OG)
Diffstat (limited to 'remote/modules/kdm/data')
| -rw-r--r-- | remote/modules/kdm/data/usr/share/desktop/themes/kdm/uni/theme.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remote/modules/kdm/data/usr/share/desktop/themes/kdm/uni/theme.xml b/remote/modules/kdm/data/usr/share/desktop/themes/kdm/uni/theme.xml index ab64ecfb..3b7acf4e 100644 --- a/remote/modules/kdm/data/usr/share/desktop/themes/kdm/uni/theme.xml +++ b/remote/modules/kdm/data/usr/share/desktop/themes/kdm/uni/theme.xml @@ -105,11 +105,11 @@ KDM-Uni-Theme <box homogeneous="true" spacing="10"> <!-- username-entry --> <item type="entry" id="user-entry"> - <pos anchor="w" x="0" y="50%" height="20" width="100"/> + <pos anchor="w" x="0" y="50%" height="20" width="200"/> </item> <!-- password-entry --> <item type="entry" id="pw-entry"> - <pos anchor="w" x="0" y="50%" height="20" width="100"/> + <pos anchor="w" x="0" y="50%" height="20" width="200"/> </item> </box> </item> |
