diff options
author | Dan Winship <danw@src.gnome.org> | 2003-05-02 22:54:45 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-05-02 22:54:45 +0800 |
commit | 271ebab0a7a4777bc3750154630278e4aa2614bc (patch) | |
tree | 6419872bf0e62d86b2c8ea5a026006361efdfd2f | |
parent | cde584d3484348fd434d22b853292e93b4134a2c (diff) | |
download | gsoc2013-evolution-271ebab0a7a4777bc3750154630278e4aa2614bc.tar gsoc2013-evolution-271ebab0a7a4777bc3750154630278e4aa2614bc.tar.gz gsoc2013-evolution-271ebab0a7a4777bc3750154630278e4aa2614bc.tar.bz2 gsoc2013-evolution-271ebab0a7a4777bc3750154630278e4aa2614bc.tar.lz gsoc2013-evolution-271ebab0a7a4777bc3750154630278e4aa2614bc.tar.xz gsoc2013-evolution-271ebab0a7a4777bc3750154630278e4aa2614bc.tar.zst gsoc2013-evolution-271ebab0a7a4777bc3750154630278e4aa2614bc.zip |
Don't expand the select-names entry, because we don't want it as tall as
* glade/e-shell-shared-folder-picker-dialog.glade: Don't expand
the select-names entry, because we don't want it as tall as the
button.
svn path=/trunk/; revision=21046
-rw-r--r-- | shell/ChangeLog | 6 | ||||
-rw-r--r-- | shell/glade/e-shell-shared-folder-picker-dialog.glade | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 171a5d70ef..ae2abc409a 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2003-05-01 Dan Winship <danw@ximian.com> + + * glade/e-shell-shared-folder-picker-dialog.glade: Don't expand + the select-names entry, because we don't want it as tall as the + button. + 2003-04-30 Ettore Perazzoli <ettore@ximian.com> * e-shell-folder-selection-dialog.c diff --git a/shell/glade/e-shell-shared-folder-picker-dialog.glade b/shell/glade/e-shell-shared-folder-picker-dialog.glade index d810880b0a..181e454fb5 100644 --- a/shell/glade/e-shell-shared-folder-picker-dialog.glade +++ b/shell/glade/e-shell-shared-folder-picker-dialog.glade @@ -211,7 +211,7 @@ <property name="x_padding">0</property> <property name="y_padding">0</property> <property name="x_options">fill</property> - <property name="y_options">fill</property> + <property name="y_options"></property> </packing> </child> |