mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-24 12:07:19 +02:00
[Panorama Viewer] correct ratio for panorama
This commit is contained in:
parent
dadb875484
commit
5fba58c17d
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue