mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 05:00:09 +00:00
8ca612c966
This is rarely what you want, so lets turn it off by default. Update the one place in our demos where we want to draw a value, add support for this to gtk-builder-tool, add a test and mention this change in the migration guide.
11 lines
235 B
XML
11 lines
235 B
XML
<interface>
|
|
<object class="GtkScale">
|
|
</object>
|
|
<object class="GtkScale">
|
|
<property name="draw-value">1</property>
|
|
</object>
|
|
<object class="GtkScale">
|
|
<property name="draw_value">0</property>
|
|
</object>
|
|
</interface>
|