Remove debug label
This commit is contained in:
parent
05e36dd007
commit
8f700e1210
@ -81,11 +81,6 @@ Window {
|
||||
play: !Settings.animateImagesOnHover || mouseArea.hovered
|
||||
eventId: imageOverlay.eventId
|
||||
}
|
||||
Text {
|
||||
anchors.centerIn: parent
|
||||
text: "Orig width: " + imageOverlay.proportionalHeight
|
||||
}
|
||||
|
||||
|
||||
onScaleChanged: {
|
||||
if (scale > 10) scale = 10;
|
||||
|
Loading…
Reference in New Issue
Block a user