[gnome-sudoku/arnaudb/wip/gtk4] Adapt to GridLayout changes.



commit 321c397080534f4597c74cec3079db5132ef99fc
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Wed Sep 2 17:33:02 2020 +0200

    Adapt to GridLayout changes.

 data/print-dialog.ui | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/data/print-dialog.ui b/data/print-dialog.ui
index cd75413..e60ea46 100644
--- a/data/print-dialog.ui
+++ b/data/print-dialog.ui
@@ -57,8 +57,8 @@
                 <property name="width-request">150</property>
                 <property name="xalign">1.0</property>
                 <layout>
-                  <property name="left-attach">0</property>
-                  <property name="top-attach">0</property>
+                  <property name="column">0</property>
+                  <property name="row">0</property>
                 </layout>
               </object>
             </child>
@@ -70,8 +70,8 @@
                 <property name="climb-rate">1</property>
                 <property name="valign">center</property>
                 <layout>
-                  <property name="left-attach">1</property>
-                  <property name="top-attach">0</property>
+                  <property name="column">1</property>
+                  <property name="row">0</property>
                 </layout>
               </object>
             </child>
@@ -83,10 +83,10 @@
                 <property name="halign">end</property>
                 <property name="width-request">150</property>
                 <property name="xalign">1.0</property>
-                <property name="margin-top">2</property> <!-- TODO hackish, alignment with first radiobutton 
text -->
+                <property name="margin-top">2</property> <!-- TODO hackish, alignment with first RadioButton 
text -->
                 <layout>
-                  <property name="left-attach">0</property>
-                  <property name="top-attach">1</property>
+                  <property name="column">0</property>
+                  <property name="row">1</property>
                 </layout>
               </object>
             </child>
@@ -132,8 +132,8 @@
                   </object>
                 </child>
                 <layout>
-                  <property name="left-attach">1</property>
-                  <property name="top-attach">1</property>
+                  <property name="column">1</property>
+                  <property name="row">1</property>
                 </layout>
               </object>
             </child>


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