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 Pascal Precht
parent 731a0f8c8f
commit 762ff87bcc
1 changed files with 1 additions and 0 deletions

View File

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