tweak to workspace size
This commit is contained in:
@@ -14,7 +14,7 @@ Row { // Workspace Row
|
|||||||
|
|
||||||
Rectangle { //workspace
|
Rectangle { //workspace
|
||||||
visible: modelData.monitor === thisMonitor
|
visible: modelData.monitor === thisMonitor
|
||||||
width: workspaceNum.width + 16
|
width: workspaceNum.width + 26
|
||||||
height: workspaceNum.height + 8
|
height: workspaceNum.height + 8
|
||||||
radius: 4
|
radius: 4
|
||||||
color: modelData.active ? "#4a93ff": "#333333"
|
color: modelData.active ? "#4a93ff": "#333333"
|
||||||
|
|||||||
Reference in New Issue
Block a user