fix(StatusAppThreePanelLayout): limit center panel width to 300px
This commit is contained in:
parent
731a0f8c8f
commit
762ff87bcc
|
@ -26,6 +26,7 @@ SplitView {
|
|||
}
|
||||
|
||||
Control {
|
||||
SplitView.minimumWidth: 300
|
||||
SplitView.fillWidth: true
|
||||
SplitView.fillHeight: true
|
||||
contentItem: (!!centerPanel) ? centerPanel : null
|
||||
|
|
Loading…
Reference in New Issue