From eb7b360c998f2c6f610149b9264a1f73cbaf31e7 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 13 Aug 2008 15:34:43 +0000 Subject: (create_steps_window) fix left panel in 1024x768 --- perl-install/install/share/themes-galaxy.rc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'perl-install/install/share') 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" -- cgit v1.2.1