diff options
author | Anna Marie Dirks <anna@ximian.com> | 2003-04-22 03:13:35 +0800 |
---|---|---|
committer | Anna Dirks <anna@src.gnome.org> | 2003-04-22 03:13:35 +0800 |
commit | 5fa1f41c38b0af9a398d0ded7d49267240f3eae6 (patch) | |
tree | ba3e5ba4d756c1872def8fc8f3b46a3254d7bbcd /shell/glade/e-active-connection-dialog.glade | |
parent | b5f6fc71f9aea04215b9cd1c6d18fa148b942e2e (diff) | |
download | gsoc2013-evolution-5fa1f41c38b0af9a398d0ded7d49267240f3eae6.tar.gz gsoc2013-evolution-5fa1f41c38b0af9a398d0ded7d49267240f3eae6.tar.zst gsoc2013-evolution-5fa1f41c38b0af9a398d0ded7d49267240f3eae6.zip |
Fixed padding/spacing/caps of the "Go Offline" dialog. Fixes 41225 and
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.
svn path=/trunk/; revision=20905
Diffstat (limited to 'shell/glade/e-active-connection-dialog.glade')
-rw-r--r-- | shell/glade/e-active-connection-dialog.glade | 11 |
1 files changed, 6 insertions, 5 deletions
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> |