1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

cursor: make min/max wider

This commit is contained in:
bbedward
2026-01-07 10:04:47 -05:00
parent 634e75b80c
commit e822fa73da

View File

@@ -1488,8 +1488,8 @@ Item {
text: I18n.tr("Cursor Size")
description: I18n.tr("Mouse pointer size in pixels")
value: SettingsData.cursorSettings.size
minimum: 16
maximum: 48
minimum: 12
maximum: 128
unit: "px"
defaultValue: 24
onSliderValueChanged: newValue => SettingsData.setCursorSize(newValue)