fix(StatusAppThreePanelLayout): limit center panel width to 300px

This commit is contained in:
Alexandra Betouni 2021-07-26 16:02:56 +03:00 committed by Michał Cieślak
parent 6a2d3cc80f
commit c15c262602
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ SplitView {
} }
Control { Control {
SplitView.minimumWidth: 300
SplitView.fillWidth: true SplitView.fillWidth: true
SplitView.fillHeight: true SplitView.fillHeight: true
contentItem: (!!centerPanel) ? centerPanel : null contentItem: (!!centerPanel) ? centerPanel : null