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 /demos/gtk-demo/main.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 'demos/gtk-demo/main.ui')
-rw-r--r-- | demos/gtk-demo/main.ui | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/demos/gtk-demo/main.ui b/demos/gtk-demo/main.ui index cf8f9298fb..bb4433d20f 100644 --- a/demos/gtk-demo/main.ui +++ b/demos/gtk-demo/main.ui @@ -152,9 +152,6 @@ </packing> </child> </object> - <packing> - <property name="position">1</property> - </packing> </child> </object> </child> |