diff options
Diffstat (limited to 'app/BtnEnlarge.qml')
-rw-r--r-- | app/BtnEnlarge.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/BtnEnlarge.qml b/app/BtnEnlarge.qml index 1a261d6..032dc14 100644 --- a/app/BtnEnlarge.qml +++ b/app/BtnEnlarge.qml @@ -18,7 +18,7 @@ Item { height: 92 anchors.verticalCenter: parent.verticalCenter anchors.horizontalCenter: parent.horizontalCenter - source: "images/240px-Antu_kdenlive-zoom-large.svg.png" + source: "images/240px-Antu_kdenlive-zoom-large.png" } } } |