diff options
author | David Richards <drichard@largo.com> | 2006-05-31 22:28:43 +0800 |
---|---|---|
committer | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2006-05-31 22:28:43 +0800 |
commit | e718f9282dd2b270e4770f623c838173918d4c74 (patch) | |
tree | 70963b4776a15d1e511e8865d05cc5765bbfb3d0 | |
parent | 592976fdeebf68558f8d7470dbdb9132953b7dac (diff) | |
download | gsoc2013-evolution-e718f9282dd2b270e4770f623c838173918d4c74.tar.gz 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
-rw-r--r-- | plugins/groupwise-features/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/groupwise-features/proxy-login-dialog.glade | 1 |
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> |