diff options
Diffstat (limited to 'app/BtnShrink.qml')
-rw-r--r-- | app/BtnShrink.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/BtnShrink.qml b/app/BtnShrink.qml index a028bce..da9700e 100644 --- a/app/BtnShrink.qml +++ b/app/BtnShrink.qml @@ -19,7 +19,7 @@ Item { height: 92 anchors.verticalCenter: parent.verticalCenter anchors.horizontalCenter: parent.horizontalCenter - source: "images/240px-Antu_file-zoom-out.svg.png" + source: "images/240px-Antu_file-zoom-out.png" } } } |