diff options
author | Dan Winship <danw@src.gnome.org> | 2003-03-26 04:47:16 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-03-26 04:47:16 +0800 |
commit | 3ac718894f472ae545484719273fe3f001069613 (patch) | |
tree | 2ee0dccb26871c9f3db45ca67729cf76a195734b /shell/glade | |
parent | 2792bf9ffe58ffe07f67293056350a015a12b908 (diff) | |
download | gsoc2013-evolution-3ac718894f472ae545484719273fe3f001069613.tar.gz gsoc2013-evolution-3ac718894f472ae545484719273fe3f001069613.tar.zst gsoc2013-evolution-3ac718894f472ae545484719273fe3f001069613.zip |
Fix colors again
* glade/evolution-startup-wizard.glade: Fix colors again
svn path=/trunk/; revision=20510
Diffstat (limited to 'shell/glade')
-rw-r--r-- | shell/glade/evolution-startup-wizard.glade | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/shell/glade/evolution-startup-wizard.glade b/shell/glade/evolution-startup-wizard.glade index 2e06c7c04e..37fea9db0f 100644 --- a/shell/glade/evolution-startup-wizard.glade +++ b/shell/glade/evolution-startup-wizard.glade @@ -30,8 +30,8 @@ files from other applications. Please click the "Forward" button to continue. </property> <property name="title_color">#ffffffffffff</property> <property name="text_color">#000000000000</property> - <property name="background_color">#000000000101</property> - <property name="logo_background_color">#010101010101</property> + <property name="background_color">#000000000000</property> + <property name="logo_background_color">#000000000000</property> <property name="textbox_color">#ffffffffffff</property> </widget> </child> @@ -40,9 +40,9 @@ Please click the "Forward" button to continue. </property> <widget class="GnomeDruidPageStandard" id="timezone-page"> <property name="visible">True</property> <property name="title" translatable="yes">Timezone </property> - <property name="title_foreground">#e9e0bfffe798</property> - <property name="background">#08c8082be798</property> - <property name="logo_background">#6b18081ce1d3</property> + <property name="title_foreground">#ffffffffffff</property> + <property name="background">#000000000000</property> + <property name="logo_background">#000000000000</property> <property name="logo">timezone-48.png</property> <child internal-child="vbox"> @@ -64,9 +64,9 @@ Please click the "Forward" button to continue. </property> <widget class="GnomeDruidPageStandard" id="import-page"> <property name="visible">True</property> <property name="title" translatable="yes">Importing Files</property> - <property name="title_foreground">#e9e0bfffe798</property> - <property name="background">#0ad8082be798</property> - <property name="logo_background">#6b18081ce1d3</property> + <property name="title_foreground">#ffffffffffff</property> + <property name="background">#000000000000</property> + <property name="logo_background">#000000000000</property> <property name="logo">import.png</property> <child internal-child="vbox"> @@ -95,8 +95,8 @@ needed to set up Evolution. Click the "Apply" button to save your settings. </property> <property name="title_color">#ffffffffffff</property> <property name="text_color">#000000000000</property> - <property name="background_color">#000000000101</property> - <property name="logo_background_color">#010101010101</property> + <property name="background_color">#000000000000</property> + <property name="logo_background_color">#000000000000</property> <property name="textbox_color">#ffffffffffff</property> </widget> </child> |