Changes to size in tray and workspaces

This commit is contained in:
Hannes
2026-02-18 19:03:32 +01:00
parent 2635f64330
commit 15c0e7f800
3 changed files with 77 additions and 68 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ Row { // Workspace Row
Rectangle { //workspace
visible: modelData.monitor === thisMonitor
width: workspaceNum.width + 26
width: (workspaceNum.width + 16) < (workspaceNum.height + 8) ? workspaceNum.height + 8 : workspaceNum.width + 16
height: workspaceNum.height + 8
radius: 4
color: workspaceButton.containsMouse ? Colors.tertiaryContainer