File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 width: Window .window .width
1515 // it's binding `height` instead of `visible` property,
1616 // because MouseArea should accept event keeping visible.
17- implicitHeight : (! __isFullScreen || __isVisible) ? DS .Style .titleBar .height : 1
17+ height : (! __isFullScreen || __isVisible) ? DS .Style .titleBar .height : 1
1818
1919 property string title: Window .window .title
2020 property alias icon: iconLabel
@@ -75,15 +75,16 @@ Item {
7575 Loader {
7676 id: background
7777 active: false
78- anchors .fill : parent
78+ width: control .width
79+ height: control .height
7980 sourceComponent: D .InWindowBlur {
8081 }
8182 }
8283
8384 ColumnLayout {
84- id: content
8585 spacing: 0
86- anchors .fill : parent
86+ width: control .width
87+ height: control .height
8788 visible: control .height > 1
8889
8990 Loader {
You can’t perform that action at this time.
0 commit comments