Skip to content

Commit 2cfbb93

Browse files
committed
Improve plugin action icon in the dashboard by expanding dashboard until space is not available
1 parent f9701b1 commit 2cfbb93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qml/DashBoard.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Drawer {
3434
}
3535
}
3636

37-
width: Math.min(330, mainWindow.width)
37+
width: Math.min(Math.max(330, closeButton.width + buttonsRow.width + menuButton.width), mainWindow.width)
3838
height: parent.height
3939
edge: Qt.LeftEdge
4040
dragMargin: 10

0 commit comments

Comments
 (0)