Commit 4572d494 authored by obscuren's avatar obscuren

Windows don't like dem flags

parent 34e2ab9f
...@@ -466,7 +466,7 @@ ApplicationWindow { ...@@ -466,7 +466,7 @@ ApplicationWindow {
Window { Window {
id: popup id: popup
visible: false visible: false
flags: Qt.CustomizeWindowHint | Qt.Tool | Qt.WindowCloseButtonHint //flags: Qt.CustomizeWindowHint | Qt.Tool | Qt.WindowCloseButtonHint
property var block property var block
width: root.width width: root.width
height: 300 height: 300
...@@ -601,7 +601,7 @@ ApplicationWindow { ...@@ -601,7 +601,7 @@ ApplicationWindow {
Window { Window {
id: addPeerWin id: addPeerWin
flags: Qt.CustomizeWindowHint | Qt.Tool | Qt.WindowCloseButtonHint //flags: Qt.CustomizeWindowHint | Qt.Tool | Qt.WindowCloseButtonHint
visible: false visible: false
minimumWidth: 230 minimumWidth: 230
maximumWidth: 230 maximumWidth: 230
...@@ -768,7 +768,7 @@ ApplicationWindow { ...@@ -768,7 +768,7 @@ ApplicationWindow {
// ****************************************** // ******************************************
Window { Window {
id: peerWindow id: peerWindow
flags: Qt.CustomizeWindowHint | Qt.Tool | Qt.WindowCloseButtonHint //flags: Qt.CustomizeWindowHint | Qt.Tool | Qt.WindowCloseButtonHint
height: 200 height: 200
width: 700 width: 700
Rectangle { Rectangle {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment