diff options
author | Anna Marie Dirks <anna@ximian.com> | 2003-04-22 03:36:00 +0800 |
---|---|---|
committer | Anna Dirks <anna@src.gnome.org> | 2003-04-22 03:36:00 +0800 |
commit | a0efb21e9fda15e1bcb33d315a962e85bdc75169 (patch) | |
tree | 84235a525746470cc489305c0ec736afd58ce78a /shell/glade | |
parent | 84a46595315c4303c65fc1856f736cc1f1ff06e4 (diff) | |
download | gsoc2013-evolution-a0efb21e9fda15e1bcb33d315a962e85bdc75169.tar.gz gsoc2013-evolution-a0efb21e9fda15e1bcb33d315a962e85bdc75169.tar.zst gsoc2013-evolution-a0efb21e9fda15e1bcb33d315a962e85bdc75169.zip |
Added spacing/padding to first-run dialog. Fixes 41242.
2003-04-21 Anna Marie Dirks <anna@ximian.com>
* glade/evolution-startup-wizard.glade: Added spacing/padding to
first-run dialog. Fixes 41242.
svn path=/trunk/; revision=20908
Diffstat (limited to 'shell/glade')
-rw-r--r-- | shell/glade/evolution-startup-wizard.glade | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/glade/evolution-startup-wizard.glade b/shell/glade/evolution-startup-wizard.glade index c8491fb0c8..7314c5ce33 100644 --- a/shell/glade/evolution-startup-wizard.glade +++ b/shell/glade/evolution-startup-wizard.glade @@ -5,6 +5,7 @@ <requires lib="gnome"/> <widget class="GtkWindow" id="startup-wizard"> + <property name="border_width">6</property> <property name="title" translatable="yes">Evolution Setup Assistant</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="window_position">GTK_WIN_POS_NONE</property> @@ -14,7 +15,7 @@ <child> <widget class="GnomeDruid" id="startup-druid"> - <property name="border_width">4</property> + <property name="border_width">6</property> <property name="visible">True</property> <property name="show_help">False</property> |