summaryrefslogtreecommitdiffstats
path: root/perl-install/install/share
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-08-13 15:34:43 +0000
committerThierry Vignaud <tv@mandriva.org>2008-08-13 15:34:43 +0000
commiteb7b360c998f2c6f610149b9264a1f73cbaf31e7 (patch)
treebca3ca8627412ebf447c84c1f399083a2600cf0c /perl-install/install/share
parent2552669d7f597308a55c1032fcb213f95299682f (diff)
downloaddrakx-backup-do-not-use-eb7b360c998f2c6f610149b9264a1f73cbaf31e7.tar
drakx-backup-do-not-use-eb7b360c998f2c6f610149b9264a1f73cbaf31e7.tar.gz
drakx-backup-do-not-use-eb7b360c998f2c6f610149b9264a1f73cbaf31e7.tar.bz2
drakx-backup-do-not-use-eb7b360c998f2c6f610149b9264a1f73cbaf31e7.tar.xz
drakx-backup-do-not-use-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.rc8
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"