aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-features
diff options
context:
space:
mode:
authorDavid Richards <drichard@largo.com>2006-05-31 22:28:43 +0800
committerSankarasivasubramanian Pasupathilingam <psankar@src.gnome.org>2006-05-31 22:28:43 +0800
commite718f9282dd2b270e4770f623c838173918d4c74 (patch)
tree70963b4776a15d1e511e8865d05cc5765bbfb3d0 /plugins/groupwise-features
parent592976fdeebf68558f8d7470dbdb9132953b7dac (diff)
downloadgsoc2013-evolution-e718f9282dd2b270e4770f623c838173918d4c74.tar
gsoc2013-evolution-e718f9282dd2b270e4770f623c838173918d4c74.tar.gz
gsoc2013-evolution-e718f9282dd2b270e4770f623c838173918d4c74.tar.bz2
gsoc2013-evolution-e718f9282dd2b270e4770f623c838173918d4c74.tar.lz
gsoc2013-evolution-e718f9282dd2b270e4770f623c838173918d4c74.tar.xz
gsoc2013-evolution-e718f9282dd2b270e4770f623c838173918d4c74.tar.zst
gsoc2013-evolution-e718f9282dd2b270e4770f623c838173918d4c74.zip
Increases the height of the dialog to make it easily usable
2006-05-31 David Richards <drichard@largo.com> * proxy-login-dialog.glade: Increases the height of the dialog to make it easily usable svn path=/trunk/; revision=32060
Diffstat (limited to 'plugins/groupwise-features')
-rw-r--r--plugins/groupwise-features/ChangeLog5
-rw-r--r--plugins/groupwise-features/proxy-login-dialog.glade1
2 files changed, 6 insertions, 0 deletions
diff --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog
index f7da078213..424c1d45bc 100644
--- a/plugins/groupwise-features/ChangeLog
+++ b/plugins/groupwise-features/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-31 David Richards <drichard@largo.com>
+
+ * proxy-login-dialog.glade:
+ Increases the height of the dialog to make it easily usable
+
2006-04-24 Sankar P <psankar@novell.com>
* org-gnome-proxy-login-errors.xml:
diff --git a/plugins/groupwise-features/proxy-login-dialog.glade b/plugins/groupwise-features/proxy-login-dialog.glade
index ada43bc446..25d6ced7f7 100644
--- a/plugins/groupwise-features/proxy-login-dialog.glade
+++ b/plugins/groupwise-features/proxy-login-dialog.glade
@@ -6,6 +6,7 @@
<widget class="GtkDialog" id="proxy_login_dialog">
<property name="visible">True</property>
+ <property name="height_request">325</property>
<property name="title" translatable="yes">Proxy Login</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>