[gnome-sudoku/arnaudb/wip/gtk4: 26/27] Adapt to GtkStack API.



commit 79a35797aaf2b4d3d46171ba829885c0a1684110
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Wed Apr 29 09:52:53 2020 +0200

    Adapt to GtkStack API.

 data/gnome-sudoku.ui | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/data/gnome-sudoku.ui b/data/gnome-sudoku.ui
index e8b2f93..186f3dc 100644
--- a/data/gnome-sudoku.ui
+++ b/data/gnome-sudoku.ui
@@ -126,7 +126,8 @@
         <property name="orientation">vertical</property>
         <child>
           <object class="GtkStack" id="main_stack">
-            <property name="homogeneous">True</property>
+            <property name="hhomogeneous">True</property>
+            <property name="vhomogeneous">True</property>
             <property name="margin-start">25</property>
             <property name="margin-end">25</property>
             <property name="margin-top">25</property>


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