aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-07-18 18:02:45 +0800
committerobscuren <geffobscura@gmail.com>2014-07-18 18:02:45 +0800
commit4572d4940c5b027918364e0600fc88a50f73ed16 (patch)
treea6d0c74aa72e2be76bdfc8004662c900ed247cdc /ethereal
parent34e2ab9f9fac7067fa4a4dbe6170283f1d9c682a (diff)
downloadgo-tangerine-4572d4940c5b027918364e0600fc88a50f73ed16.tar
go-tangerine-4572d4940c5b027918364e0600fc88a50f73ed16.tar.gz
go-tangerine-4572d4940c5b027918364e0600fc88a50f73ed16.tar.bz2
go-tangerine-4572d4940c5b027918364e0600fc88a50f73ed16.tar.lz
go-tangerine-4572d4940c5b027918364e0600fc88a50f73ed16.tar.xz
go-tangerine-4572d4940c5b027918364e0600fc88a50f73ed16.tar.zst
go-tangerine-4572d4940c5b027918364e0600fc88a50f73ed16.zip
Windows don't like dem flags
Diffstat (limited to 'ethereal')
-rw-r--r--ethereal/assets/qml/wallet.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ethereal/assets/qml/wallet.qml b/ethereal/assets/qml/wallet.qml
index bb1f60260..a79e4708c 100644
--- a/ethereal/assets/qml/wallet.qml
+++ b/ethereal/assets/qml/wallet.qml
@@ -466,7 +466,7 @@ ApplicationWindow {
Window {
id: popup
visible: false
- flags: Qt.CustomizeWindowHint | Qt.Tool | Qt.WindowCloseButtonHint
+ //flags: Qt.CustomizeWindowHint | Qt.Tool | Qt.WindowCloseButtonHint
property var block
width: root.width
height: 300
@@ -601,7 +601,7 @@ ApplicationWindow {
Window {
id: addPeerWin
- flags: Qt.CustomizeWindowHint | Qt.Tool | Qt.WindowCloseButtonHint
+ //flags: Qt.CustomizeWindowHint | Qt.Tool | Qt.WindowCloseButtonHint
visible: false
minimumWidth: 230
maximumWidth: 230
@@ -768,7 +768,7 @@ ApplicationWindow {
// ******************************************
Window {
id: peerWindow
- flags: Qt.CustomizeWindowHint | Qt.Tool | Qt.WindowCloseButtonHint
+ //flags: Qt.CustomizeWindowHint | Qt.Tool | Qt.WindowCloseButtonHint
height: 200
width: 700
Rectangle {