Skip to content

Commit 4572d49

Browse files
committed
Windows don't like dem flags
1 parent 34e2ab9 commit 4572d49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ethereal/assets/qml/wallet.qml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ ApplicationWindow {
466466
Window {
467467
id: popup
468468
visible: false
469-
flags: Qt.CustomizeWindowHint | Qt.Tool | Qt.WindowCloseButtonHint
469+
//flags: Qt.CustomizeWindowHint | Qt.Tool | Qt.WindowCloseButtonHint
470470
property var block
471471
width: root.width
472472
height: 300
@@ -601,7 +601,7 @@ ApplicationWindow {
601601

602602
Window {
603603
id: addPeerWin
604-
flags: Qt.CustomizeWindowHint | Qt.Tool | Qt.WindowCloseButtonHint
604+
//flags: Qt.CustomizeWindowHint | Qt.Tool | Qt.WindowCloseButtonHint
605605
visible: false
606606
minimumWidth: 230
607607
maximumWidth: 230
@@ -768,7 +768,7 @@ ApplicationWindow {
768768
// ******************************************
769769
Window {
770770
id: peerWindow
771-
flags: Qt.CustomizeWindowHint | Qt.Tool | Qt.WindowCloseButtonHint
771+
//flags: Qt.CustomizeWindowHint | Qt.Tool | Qt.WindowCloseButtonHint
772772
height: 200
773773
width: 700
774774
Rectangle {

0 commit comments

Comments
 (0)