Skip to content

Commit

Permalink
Merge pull request #2160 from alicevision/dev/splitViewResize
Browse files Browse the repository at this point in the history
[UI] fix resize of horizontal splitview
  • Loading branch information
mugulmd authored Aug 21, 2023
2 parents f315850 + da67105 commit 04388ef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions meshroom/ui/qml/WorkspaceView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ Item {

Controls1.SplitView {
orientation: Qt.Vertical
Layout.fillWidth: true
Layout.fillHeight: true
implicitWidth: Math.round(parent.width * 0.2)
Layout.minimumWidth: imageGallery.defaultCellSize
Expand Down Expand Up @@ -182,7 +181,6 @@ Item {
Layout.minimumWidth: 20
Layout.minimumHeight: 80
Layout.fillHeight: true
Layout.fillWidth: true
implicitWidth: Math.round(parent.width * 0.45)

Loader {
Expand All @@ -199,7 +197,7 @@ Item {
Panel {
id: panel3dViewer
title: "3D Viewer"

property alias viewer3D: c_viewer3D

Controls1.SplitView {
Expand Down

0 comments on commit 04388ef

Please sign in to comment.