Remove debug label

pull/1692/head
Nicolas Werner 9 months ago
parent 05e36dd007
commit 8f700e1210
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 5
      resources/qml/dialogs/ImageOverlay.qml

@ -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…
Cancel
Save