diff options
author | Arx Cruz <arxcruz@gnome.org> | 2015-06-23 11:25:29 +0200 |
---|---|---|
committer | Arx Cruz <arxcruz@gnome.org> | 2015-06-23 11:25:29 +0200 |
commit | 95530a164781a1dce681ac445d3f4e1248d448d9 (patch) | |
tree | 68b7d2bca75f90c5d708e3b0886e4568d55b1e29 | |
parent | Bug #751332 - zenity --forms does not center in the screen (diff) | |
download | zenity-95530a164781a1dce681ac445d3f4e1248d448d9.tar.gz zenity-95530a164781a1dce681ac445d3f4e1248d448d9.tar.bz2 zenity-95530a164781a1dce681ac445d3f4e1248d448d9.zip |
Fix zenity --list
For some reason, glade is removing some properties from the xml file
-rw-r--r-- | src/zenity.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenity.ui b/src/zenity.ui index d313932b..b16ea73d 100644 --- a/src/zenity.ui +++ b/src/zenity.ui @@ -1024,6 +1024,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="shadow_type">in</property> + <property name="expand">True</property> <child> <object class="GtkTreeView" id="zenity_tree_view"> <property name="visible">True</property> |