diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-11-13 22:55:37 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-11-13 22:55:37 +0100 |
commit | 702d346083d814520933e9ab391287503be2ec35 (patch) | |
tree | 0380983915e88ace0b0a38e108aa2633c8a19d81 /slim | |
parent | 974b3e554841578b469020d3c7be5248fe7fbdcc (diff) | |
download | guix-artwork-702d346083d814520933e9ab391287503be2ec35.tar guix-artwork-702d346083d814520933e9ab391287503be2ec35.tar.gz |
slim: Adjust panel and input box positions.
Diffstat (limited to 'slim')
-rw-r--r-- | slim/0.8/slim.theme | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/slim/0.8/slim.theme b/slim/0.8/slim.theme index 92f554a..23628d2 100644 --- a/slim/0.8/slim.theme +++ b/slim/0.8/slim.theme @@ -16,10 +16,10 @@ background_style stretch background_color #eedddd # Input controls -input_panel_x 25% -input_panel_y 65% +input_panel_x 50% +input_panel_y 50% input_name_x 394 -input_name_y 181 +input_name_y 367 input_font Verdana:size=12:dpi=75 input_color #000000 @@ -27,9 +27,9 @@ input_color #000000 username_font Verdana:size=14:bold:dpi=75 username_color #f9f9f9 username_x 280 -username_y 183 -password_x 50% -password_y 183 +username_y 369 +password_x 280 +password_y 369 username_shadow_color #702342 username_shadow_xoffset 1 username_shadow_yoffset 1 |