Skip to content

Commit 52ecb18

Browse files
fabiencastancbentejac
authored andcommitted
[ui] GraphEditor: SplitView fixes
1 parent 87efdda commit 52ecb18

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

meshroom/ui/qml/GraphEditor/NodeEditor.qml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,11 +261,12 @@ Panel {
261261
id: chunksLV
262262
visible: (tabBar.currentIndex >= 1 && tabBar.currentIndex <= 3)
263263
chunks: root.node.chunks
264+
SplitView.preferredWidth: 55
265+
SplitView.minimumWidth: 20
264266
}
265267

266268
StackLayout {
267-
Layout.fillHeight: true
268-
Layout.fillWidth: true
269+
SplitView.fillWidth: true
269270

270271
currentIndex: tabBar.currentIndex
271272

0 commit comments

Comments
 (0)