fix(StatusAppThreePanelLayout): limit center panel width to 300px
This commit is contained in:
parent
6a2d3cc80f
commit
c15c262602
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue