File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -466,7 +466,7 @@ ApplicationWindow {
466
466
Window {
467
467
id: popup
468
468
visible: false
469
- flags: Qt .CustomizeWindowHint | Qt .Tool | Qt .WindowCloseButtonHint
469
+ // flags: Qt.CustomizeWindowHint | Qt.Tool | Qt.WindowCloseButtonHint
470
470
property var block
471
471
width: root .width
472
472
height: 300
@@ -601,7 +601,7 @@ ApplicationWindow {
601
601
602
602
Window {
603
603
id: addPeerWin
604
- flags: Qt .CustomizeWindowHint | Qt .Tool | Qt .WindowCloseButtonHint
604
+ // flags: Qt.CustomizeWindowHint | Qt.Tool | Qt.WindowCloseButtonHint
605
605
visible: false
606
606
minimumWidth: 230
607
607
maximumWidth: 230
@@ -768,7 +768,7 @@ ApplicationWindow {
768
768
// ******************************************
769
769
Window {
770
770
id: peerWindow
771
- flags: Qt .CustomizeWindowHint | Qt .Tool | Qt .WindowCloseButtonHint
771
+ // flags: Qt.CustomizeWindowHint | Qt.Tool | Qt.WindowCloseButtonHint
772
772
height: 200
773
773
width: 700
774
774
Rectangle {
You can’t perform that action at this time.
0 commit comments