diff options
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/glade/e-active-connection-dialog.glade | 11 |
2 files changed, 11 insertions, 5 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 365568f47b..5854497fa2 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2003-04-21 Anna Marie Dirks <anna@ximian.com> + + * glade/e-active-connection-dialog.glade: Fixed padding/spacing/caps + of the "Go Offline" dialog. Fixes 41225 and 41227. + 2003-04-18 Rodney Dawes <dobey@ximian.com> * e-shell-view.c: Use PREFIX instead of EVOLUTION_DATADIR for diff --git a/shell/glade/e-active-connection-dialog.glade b/shell/glade/e-active-connection-dialog.glade index beda2a1664..8e904da0b3 100644 --- a/shell/glade/e-active-connection-dialog.glade +++ b/shell/glade/e-active-connection-dialog.glade @@ -4,8 +4,9 @@ <glade-interface> <widget class="GtkDialog" id="active_connection_dialog"> + <property name="border_width">6</property> <property name="visible">True</property> - <property name="title" translatable="yes">Active connections</property> + <property name="title" translatable="yes">Active Connections</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="window_position">GTK_WIN_POS_NONE</property> <property name="modal">False</property> @@ -17,7 +18,7 @@ <widget class="GtkVBox" id="dialog-vbox2"> <property name="visible">True</property> <property name="homogeneous">False</property> - <property name="spacing">0</property> + <property name="spacing">6</property> <child internal-child="action_area"> <widget class="GtkHButtonBox" id="dialog-action_area2"> @@ -60,7 +61,7 @@ <widget class="GtkVBox" id="vbox1"> <property name="visible">True</property> <property name="homogeneous">False</property> - <property name="spacing">0</property> + <property name="spacing">6</property> <child> <widget class="GtkLabel" id="label1"> @@ -68,10 +69,10 @@ <property name="label" translatable="yes">The following connections are currently active:</property> <property name="use_underline">False</property> <property name="use_markup">False</property> - <property name="justify">GTK_JUSTIFY_CENTER</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> - <property name="xalign">0.5</property> + <property name="xalign">0</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> |