1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

fix workspace padding

This commit is contained in:
bbedward
2025-08-23 15:16:51 -04:00
parent 3f6d330f5f
commit ea7a143552

View File

@@ -79,9 +79,9 @@ Rectangle {
width: SettingsData.showWorkspacePadding ? Math.max(
120,
workspaceRow.implicitWidth + SettingsData.topBarInnerPadding
workspaceRow.implicitWidth + Math.max(Theme.spacingS, SettingsData.topBarInnerPadding)
* 2) : workspaceRow.implicitWidth
+ SettingsData.topBarInnerPadding * 2
+ Math.max(Theme.spacingS, SettingsData.topBarInnerPadding) * 2
height: widgetHeight
radius: Theme.cornerRadius
color: {