We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87efdda commit 52ecb18Copy full SHA for 52ecb18
meshroom/ui/qml/GraphEditor/NodeEditor.qml
@@ -261,11 +261,12 @@ Panel {
261
id: chunksLV
262
visible: (tabBar.currentIndex >= 1 && tabBar.currentIndex <= 3)
263
chunks: root.node.chunks
264
+ SplitView.preferredWidth: 55
265
+ SplitView.minimumWidth: 20
266
}
267
268
StackLayout {
- Layout.fillHeight: true
- Layout.fillWidth: true
269
+ SplitView.fillWidth: true
270
271
currentIndex: tabBar.currentIndex
272
0 commit comments