summaryrefslogtreecommitdiff
path: root/src/zenity.ui
diff options
context:
space:
mode:
authorArx Cruz <arxcruz@gnome.org>2015-06-23 11:25:29 +0200
committerArx Cruz <arxcruz@gnome.org>2015-06-23 11:25:29 +0200
commit95530a164781a1dce681ac445d3f4e1248d448d9 (patch)
tree68b7d2bca75f90c5d708e3b0886e4568d55b1e29 /src/zenity.ui
parentBug #751332 - zenity --forms does not center in the screen (diff)
downloadzenity-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
Diffstat (limited to 'src/zenity.ui')
-rw-r--r--src/zenity.ui1
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>
bgstack15