[glade/composite-templates-new: 4/7] Fix bug 679147: Make GtkWidget:hexpand/vexpand optional properties.



commit 11cb666b135ecd64d1add9935ea216d0a3bc109c
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Sun Mar 31 23:19:59 2013 +0900

    Fix bug 679147: Make GtkWidget:hexpand/vexpand optional properties.

 plugins/gtk+/gtk+.xml.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index 8997255..5530e14 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -64,8 +64,8 @@
        <property id="height-request" common="True" optional="True" optional-default="False" default="0"/>
        <property id="no-show-all" weight="4.6" ignore="True"/>
        <property id="expand" disabled="True" since="3.0"/>
-       <property id="hexpand" common="True" since="3.0" needs-sync="True"/>
-       <property id="vexpand" common="True" since="3.0" needs-sync="True"/>
+       <property id="hexpand" common="True" since="3.0" needs-sync="True" optional="True" 
optional-default="False"/>
+       <property id="vexpand" common="True" since="3.0" needs-sync="True" optional="True" 
optional-default="False"/>
        <property id="hexpand-set" disabled="True" since="3.0"/>
        <property id="vexpand-set" disabled="True" since="3.0"/>
        <property id="margin" disabled="True" since="3.0"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]