Remove visibility setting from FullScreenImage

This commit is contained in:
Tobias Fella
2021-11-16 00:21:01 +01:00
parent 46e1e64ee1
commit 740662e3f0

View File

@@ -16,7 +16,6 @@ ApplicationWindow {
property int imageHeight: -1
flags: Qt.FramelessWindowHint | Qt.WA_TranslucentBackground
visibility: Qt.WindowFullScreen
title: i18n("Image View - %1", filename)