diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-01-22 18:31:01 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-01-23 19:30:47 -0500 |
commit | 883d5d858405706d9a747acf9cc5f8c9f335ad4f (patch) | |
tree | 7e6794ae759ff12f8f013142b0b548bc05d43daa /gtk/ui/gtkinfobar.ui | |
parent | c7b1df1ebdd53d4b111c8532f51ec04dbc23cc60 (diff) | |
download | gtk+-883d5d858405706d9a747acf9cc5f8c9f335ad4f.tar.gz |
box: Remove the position child property
The position child property is problematic, since it
requires us to emit notification for all children when
inserting a child early in the list of children.
Remove the property from all ui files.
Diffstat (limited to 'gtk/ui/gtkinfobar.ui')
-rw-r--r-- | gtk/ui/gtkinfobar.ui | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk/ui/gtkinfobar.ui b/gtk/ui/gtkinfobar.ui index e4db67f315..aa0b2a05c8 100644 --- a/gtk/ui/gtkinfobar.ui +++ b/gtk/ui/gtkinfobar.ui @@ -20,9 +20,6 @@ <property name="margin">6</property> <property name="layout-style">end</property> </object> - <packing> - <property name="position">1</property> - </packing> </child> <child> <object class="GtkButton" id="close_button"> @@ -36,9 +33,6 @@ <class name="close"/> </style> </object> - <packing> - <property name="position">2</property> - </packing> </child> </object> </child> |