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/gtkscalebutton.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/gtkscalebutton.ui')
-rw-r--r-- | gtk/ui/gtkscalebutton.ui | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk/ui/gtkscalebutton.ui b/gtk/ui/gtkscalebutton.ui index 6131d16f3c..eee9893403 100644 --- a/gtk/ui/gtkscalebutton.ui +++ b/gtk/ui/gtkscalebutton.ui @@ -45,9 +45,6 @@ <property name="draw-value">0</property> <signal name="value-changed" handler="cb_scale_value_changed" swapped="no"/> </object> - <packing> - <property name="position">1</property> - </packing> </child> <child> <object class="GtkButton" id="minus_button"> @@ -59,9 +56,6 @@ <property name="icon-name">list-remove-symbolic</property> <signal name="clicked" handler="cb_button_clicked" swapped="no"/> </object> - <packing> - <property name="position">2</property> - </packing> </child> </object> </child> |