[gtk/matthiasc/for-master] Explicitly set grid positions in the ui file



commit 936f3f1ad9ced90199e01ffeb6f812d6d8867063
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Aug 21 16:22:59 2020 -0400

    Explicitly set grid positions in the ui file
    
    We were outsmarted by a combination of gtk-builder-tool
    removing default values and GtkGrid guessing good values
    for omitted properties.
    
    Fixes: #3080

 demos/widget-factory/widget-factory.ui | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/demos/widget-factory/widget-factory.ui b/demos/widget-factory/widget-factory.ui
index 8a43c1a11b..0e4b0facdf 100644
--- a/demos/widget-factory/widget-factory.ui
+++ b/demos/widget-factory/widget-factory.ui
@@ -3140,6 +3140,7 @@ bad things might happen.</property>
             <property name="xalign">1</property>
             <layout>
               <property name="row">1</property>
+              <property name="column">0</property>
             </layout>
           </object>
         </child>
@@ -3166,6 +3167,7 @@ bad things might happen.</property>
           <object class="GtkEntry" id="open_popover_entry">
             <property name="activates-default">1</property>
             <layout>
+              <property name="row">0</property>
               <property name="column">1</property>
               <property name="column-span">2</property>
             </layout>


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