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 /shell/glade | |
parent | cde584d3484348fd434d22b853292e93b4134a2c (diff) | |
download | gsoc2013-evolution-271ebab0a7a4777bc3750154630278e4aa2614bc.tar.gz 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
Diffstat (limited to 'shell/glade')
-rw-r--r-- | shell/glade/e-shell-shared-folder-picker-dialog.glade | 2 |
1 files changed, 1 insertions, 1 deletions
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> |