[four-in-a-row/arnaudb/wip/gtk4: 89/92] Adapt to Stack API.




commit bf671fd728eb65a59faf301f5d3b74a54a0ae169
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Wed Apr 29 10:01:26 2020 +0200

    Adapt to Stack API.

 data/ui/four-in-a-row.ui | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/data/ui/four-in-a-row.ui b/data/ui/four-in-a-row.ui
index 27a0bb0..67dec23 100644
--- a/data/ui/four-in-a-row.ui
+++ b/data/ui/four-in-a-row.ui
@@ -63,7 +63,8 @@
       <object class="GtkOverlay" id="overlay">
         <child>
           <object class="GtkStack" id="stack">
-            <property name="homogeneous">True</property>
+            <property name="hhomogeneous">True</property>
+            <property name="vhomogeneous">True</property>
             <child>
               <object class="GtkStackPage">
                 <property name="name">game-box</property>


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