1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-11 08:12:09 -04:00

dock: Update indicator padding

This commit is contained in:
purian23
2026-02-17 07:55:33 -05:00
parent ef19568dd7
commit 3a6752c3d2
2 changed files with 5 additions and 4 deletions

View File

@@ -509,6 +509,7 @@ Item {
value: SettingsData.dockIconSize
minimum: 24
maximum: 96
unit: "px"
defaultValue: 48
onSliderValueChanged: newValue => SettingsData.set("dockIconSize", newValue)
}