Skip to content

Commit 56eebcb

Browse files
committed
[ui] Application: Fill window horizontally
The content of the application was filling the window's size vertically, but not horizontally.
1 parent 5ff8b5c commit 56eebcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshroom/ui/qml/Application.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@ Page {
991991
MSplitView {
992992
id: topBottomSplit
993993
Layout.fillHeight: true
994-
width: parent.width
994+
Layout.fillWidth: true
995995

996996
orientation: Qt.Vertical
997997

0 commit comments

Comments
 (0)