mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-05-05 23:04:49 -04:00
Change min value and step of autosave interval spinbox to 0.5
This commit is contained in:
parent
ada0a56d0b
commit
c879633f4b
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue