File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -235,8 +235,8 @@ Window {
235235
236236 Item {
237237 id: dockContainer
238- width: dock .useColumnLayout ? Panel .dockSize : parent .width
239- height: dock .useColumnLayout ? parent .height : Panel .dockSize
238+ width: dock .useColumnLayout ? dock .dockSize : parent .width
239+ height: dock .useColumnLayout ? parent .height : dock .dockSize
240240 anchors {
241241 left: parent .left
242242 top: parent .top
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ AppletItem {
102102 isHorizontal: ! tray .useColumnLayout
103103 model: DDT .TraySortOrderModel
104104 collapsed: DDT .TraySortOrderModel .collapsed
105- trayHeight: isHorizontal ? tray . implicitHeight : tray . implicitWidth
105+ trayHeight: Panel . rootObject . dockSize
106106 surfaceAcceptor: isTrayPluginPopup
107107 color: " transparent"
108108 Component .onCompleted : {
You can’t perform that action at this time.
0 commit comments