diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-08-13 15:34:43 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-08-13 15:34:43 +0000 |
commit | eb7b360c998f2c6f610149b9264a1f73cbaf31e7 (patch) | |
tree | bca3ca8627412ebf447c84c1f399083a2600cf0c /perl-install/install/share | |
parent | 2552669d7f597308a55c1032fcb213f95299682f (diff) | |
download | drakx-eb7b360c998f2c6f610149b9264a1f73cbaf31e7.tar drakx-eb7b360c998f2c6f610149b9264a1f73cbaf31e7.tar.gz drakx-eb7b360c998f2c6f610149b9264a1f73cbaf31e7.tar.bz2 drakx-eb7b360c998f2c6f610149b9264a1f73cbaf31e7.tar.xz drakx-eb7b360c998f2c6f610149b9264a1f73cbaf31e7.zip |
(create_steps_window) fix left panel in 1024x768
Diffstat (limited to 'perl-install/install/share')
-rw-r--r-- | perl-install/install/share/themes-galaxy.rc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/perl-install/install/share/themes-galaxy.rc b/perl-install/install/share/themes-galaxy.rc index 445aade2f..fedf447d2 100644 --- a/perl-install/install/share/themes-galaxy.rc +++ b/perl-install/install/share/themes-galaxy.rc @@ -23,8 +23,16 @@ style "background" bg[NORMAL] = "#FFFFFF" } +style "Left_background" +{ + bg[NORMAL] = "#2859B5" + base[NORMAL] = "#2859B5" + fg[NORMAL] = "#FFD200" +} + widget "*Steps*" style "white-on-blue" widget "*Step-categories*" style "step-categories" +widget "*Left_background*" style "Left_background" widget "*logo*" style "white-on-blue" widget "*background*" style "background" widget "*Banner*" style "banner" |