diff options
-rw-r--r-- | resources/qml/dialogs/ImageOverlay.qml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/resources/qml/dialogs/ImageOverlay.qml b/resources/qml/dialogs/ImageOverlay.qml index 079f3b4f..fb68fc12 100644 --- a/resources/qml/dialogs/ImageOverlay.qml +++ b/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; |