Scale factor as a scale control

This commit is contained in:
Raymundo Cassani 2020-05-27 19:38:53 -04:00
parent aa3abd63c0
commit c6bb871b7f

View File

@ -97,10 +97,10 @@
"description": "Number of vertical lines in the grid" "description": "Number of vertical lines in the grid"
}, },
"scale-size": { "scale-size": {
"type": "spinbutton", "type": "scale",
"default": 1, "default": 1,
"min": 0.5, "min": 0.5,
"max": 3, "max": 5,
"step": 0.1, "step": 0.1,
"description": "Scale factor for desklet size (1 = 330x120 px)" "description": "Scale factor for desklet size (1 = 330x120 px)"
} }