Changes to size in tray and workspaces
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user