mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Change min value and step of autosave interval spinbox to 0.5
This commit is contained in:
parent
ada0a56d0b
commit
c879633f4b
|
@ -180,8 +180,9 @@ margin_right = 494.0
|
||||||
margin_bottom = 24.0
|
margin_bottom = 24.0
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
min_value = 1.0
|
min_value = 0.5
|
||||||
max_value = 30.0
|
max_value = 30.0
|
||||||
|
step = 0.5
|
||||||
value = 1.0
|
value = 1.0
|
||||||
align = 2
|
align = 2
|
||||||
suffix = "minute(s)"
|
suffix = "minute(s)"
|
||||||
|
|
Loading…
Reference in a new issue