[glade] GtkInfoBar: Horizontal by default.



commit 9771ab601e3651d8e62e79008b358081903307ec
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Sun May 19 19:06:23 2013 +0900

    GtkInfoBar: Horizontal by default.

 plugins/gtk+/gtk+.xml.in |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index cb1c8ae..8939254 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -2251,7 +2251,10 @@ range of values</_tooltip>
            <value id="GTK_MESSAGE_OTHER" _name="Other"/>
          </displayable-values>
        </property>
-        <property id="size" query="True" ignore="True" disabled="True"/>
+
+       <!-- Info Bars are horizontal -->
+       <property id="orientation" default="GTK_ORIENTATION_HORIZONTAL"/>
+        <property id="size" query="False" default="2"/>
       </properties>
     </glade-widget-class>
 


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