mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-10 12:40:10 +00:00
GtkVolumeButton: Fix annoying double formatting
We meant to specify 0.2, and it came out as 0.2000000001.
This commit is contained in:
parent
d8cc9d9a51
commit
18a2a6a90e
@ -4,7 +4,7 @@
|
||||
<object class="GtkAdjustment" id="adjustment">
|
||||
<property name="upper">1</property>
|
||||
<property name="step_increment">0.02</property>
|
||||
<property name="page_increment">0.20000000000000001</property>
|
||||
<property name="page_increment">0.2</property>
|
||||
</object>
|
||||
<template class="GtkVolumeButton" parent="GtkScaleButton">
|
||||
<property name="visible">True</property>
|
||||
|
Loading…
Reference in New Issue
Block a user