mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-25 20:47:39 +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
|
id: root
|
||||||
|
|
||||||
width: 3000
|
width: 3000
|
||||||
height: 1000
|
height: 1500
|
||||||
visible: (status === Image.Ready)
|
visible: (status === Image.Ready)
|
||||||
|
|
||||||
// paintedWidth / paintedHeight / status for compatibility with standard Image
|
// paintedWidth / paintedHeight / status for compatibility with standard Image
|
||||||
|
@ -62,7 +62,7 @@ AliceVision.PanoramaViewer {
|
||||||
z: 10
|
z: 10
|
||||||
Rectangle {
|
Rectangle {
|
||||||
width: 3000
|
width: 3000
|
||||||
height: 1000
|
height: 1500
|
||||||
//color: mouseAreaPano.containsMouse? "red" : "green"
|
//color: mouseAreaPano.containsMouse? "red" : "green"
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
MouseArea {
|
MouseArea {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue