mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-27 15:02:50 -05:00
workspaces: add icon size offset
This commit is contained in:
@@ -104,6 +104,17 @@ Item {
|
||||
}
|
||||
}
|
||||
|
||||
SettingsSliderRow {
|
||||
visible: SettingsData.showWorkspaceApps
|
||||
text: I18n.tr("Icon Size")
|
||||
value: SettingsData.workspaceAppIconSizeOffset
|
||||
minimum: 0
|
||||
maximum: 10
|
||||
unit: "px"
|
||||
defaultValue: 0
|
||||
onSliderValueChanged: newValue => SettingsData.set("workspaceAppIconSizeOffset", newValue)
|
||||
}
|
||||
|
||||
SettingsToggleRow {
|
||||
settingKey: "groupWorkspaceApps"
|
||||
tags: ["workspace", "apps", "icons", "group", "grouped", "collapse"]
|
||||
|
||||
Reference in New Issue
Block a user