mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-29 16:02:51 -05:00
dankbar: allow lower padding levels
This commit is contained in:
@@ -1134,14 +1134,14 @@ Item {
|
|||||||
width: parent.width
|
width: parent.width
|
||||||
height: 24
|
height: 24
|
||||||
value: SettingsData.dankBarInnerPadding
|
value: SettingsData.dankBarInnerPadding
|
||||||
minimum: 0
|
minimum: -8
|
||||||
maximum: 24
|
maximum: 24
|
||||||
unit: ""
|
unit: ""
|
||||||
showValue: true
|
showValue: true
|
||||||
wheelEnabled: false
|
wheelEnabled: false
|
||||||
thumbOutlineColor: Theme.withAlpha(Theme.surfaceContainerHigh, Theme.popupTransparency)
|
thumbOutlineColor: Theme.withAlpha(Theme.surfaceContainerHigh, Theme.popupTransparency)
|
||||||
onSliderValueChanged: newValue => {
|
onSliderValueChanged: newValue => {
|
||||||
SettingsData.set("dankBarInnerPadding",
|
SettingsData.set("dankBarInnerPadding",
|
||||||
newValue)
|
newValue)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user