diff --git a/meshroom/ui/qml/Viewer/PanoramaViewer.qml b/meshroom/ui/qml/Viewer/PanoramaViewer.qml index 3703ad62..7cea73c7 100644 --- a/meshroom/ui/qml/Viewer/PanoramaViewer.qml +++ b/meshroom/ui/qml/Viewer/PanoramaViewer.qml @@ -12,7 +12,7 @@ AliceVision.PanoramaViewer { id: root width: 3000 - height: 1000 + height: 1500 visible: (status === Image.Ready) // paintedWidth / paintedHeight / status for compatibility with standard Image @@ -62,7 +62,7 @@ AliceVision.PanoramaViewer { z: 10 Rectangle { width: 3000 - height: 1000 + height: 1500 //color: mouseAreaPano.containsMouse? "red" : "green" color: "transparent" MouseArea {