[gtk/matthiasc/for-master: 4/4] widget factory: Fix more grid layout fallout
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/matthiasc/for-master: 4/4] widget factory: Fix more grid layout fallout
- Date: Tue, 10 Dec 2019 02:41:24 +0000 (UTC)
commit 41bb40feeea545254ec3996c8aa42b3ac6da2d04
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Dec 9 21:29:03 2019 -0500
widget factory: Fix more grid layout fallout
demos/widget-factory/widget-factory.ui | 8 ++++++++
1 file changed, 8 insertions(+)
---
diff --git a/demos/widget-factory/widget-factory.ui b/demos/widget-factory/widget-factory.ui
index 33544f5b38..0f061c83e3 100644
--- a/demos/widget-factory/widget-factory.ui
+++ b/demos/widget-factory/widget-factory.ui
@@ -3198,6 +3198,10 @@ bad things might happen.</property>
<style>
<class name="dim-label"/>
</style>
+ <layout>
+ <property name="left-attach">0</property>
+ <property name="top-attach">0</property>
+ </layout>
</object>
</child>
<child>
@@ -3205,6 +3209,7 @@ bad things might happen.</property>
<property name="valign">baseline</property>
<layout>
<property name="left-attach">1</property>
+ <property name="top-attach">0</property>
</layout>
</object>
</child>
@@ -3219,6 +3224,7 @@ bad things might happen.</property>
<class name="dim-label"/>
</style>
<layout>
+ <property name="left-attach">0</property>
<property name="top-attach">1</property>
</layout>
</object>
@@ -3243,6 +3249,7 @@ bad things might happen.</property>
<class name="dim-label"/>
</style>
<layout>
+ <property name="left-attach">0</property>
<property name="top-attach">2</property>
</layout>
</object>
@@ -3269,6 +3276,7 @@ bad things might happen.</property>
<class name="dim-label"/>
</style>
<layout>
+ <property name="left-attach">0</property>
<property name="top-attach">3</property>
</layout>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]