Remove Material.Icon

This commit is contained in:
Carl Schwan
2020-11-07 17:04:56 +01:00
parent a77a133415
commit 041d97a233
13 changed files with 8 additions and 113 deletions

View File

@@ -11,7 +11,7 @@ ApplicationWindow {
visible: true
visibility: Qt.WindowFullScreen
title: "Image View - " + filename
title: i18n("Image View - %1", filename)
color: "#BB000000"
@@ -41,11 +41,6 @@ ApplicationWindow {
width: 64
height: 64
contentItem: MaterialIcon {
icon: "\ue5cd"
color: "white"
}
onClicked: root.destroy()
}
}