Remove transparency in FullScreen image viewer
Also simplify closing the window by just clicking on the background This fix #89
This commit is contained in:
@@ -20,13 +20,17 @@ ApplicationWindow {
|
||||
|
||||
title: i18n("Image View - %1", filename)
|
||||
|
||||
color: "#BB000000"
|
||||
|
||||
Shortcut {
|
||||
sequence: "Escape"
|
||||
onActivated: root.destroy()
|
||||
}
|
||||
|
||||
color: Kirigami.Theme.backgroundColor
|
||||
|
||||
background: AbstractButton {
|
||||
onClicked: root.destroy()
|
||||
}
|
||||
|
||||
AnimatedImage {
|
||||
anchors.centerIn: parent
|
||||
|
||||
|
||||
Reference in New Issue
Block a user