1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

notepad: fix mousearea width

fixes #569
This commit is contained in:
bbedward
2025-10-28 11:37:24 -04:00
parent ee38f57f6d
commit 01dad64c6d

View File

@@ -48,7 +48,7 @@ PanelWindow {
anchors.bottom: true
anchors.right: true
implicitWidth: expandable ? expandedWidthValue : slideoutWidth
implicitWidth: expandable && expandedWidth ? expandedWidthValue : slideoutWidth
implicitHeight: modelData ? modelData.height : 800
color: "transparent"