tweak to workspace size

This commit is contained in:
Teo
2026-02-13 18:06:51 +01:00
parent 1b8c97c1c7
commit d7da0d0883
+1 -1
View File
@@ -14,7 +14,7 @@ Row { // Workspace Row
Rectangle { //workspace
visible: modelData.monitor === thisMonitor
width: workspaceNum.width + 16
width: workspaceNum.width + 26
height: workspaceNum.height + 8
radius: 4
color: modelData.active ? "#4a93ff": "#333333"