summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2013-05-20 17:02:43 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2013-05-20 17:03:48 +0900
commit4f8e1eac367f3cc4b899babc034355c5ecf1a0be (patch)
treec0b31132d266c4384944a17649f0e52b5eb47ab3
parentfceed3f2e0e9cf91b409fbc17c0609a8e4c9630b (diff)
downloadglade-4f8e1eac367f3cc4b899babc034355c5ecf1a0be.tar.gz
GtkStatusbar: Allow editing "size" and don't query for "size"
-rw-r--r--plugins/gtk+/gtk+.xml.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index 04ded6e8..00c7d494 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -2161,8 +2161,9 @@ range of values</_tooltip>
</glade-widget-class>
<glade-widget-class name="GtkStatusbar" generic-name="statusbar" _title="Status Bar">
+ <property id="orientation" default="GTK_ORIENTATION_HORIZONTAL" needs-sync="True"/>
<properties>
- <property id="size" disabled="True" />
+ <property id="size" default="1" query="False"/>
</properties>
<packing-defaults>
<parent-class name="GtkVBox">