aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-09-18 17:45:33 +0800
committerobscuren <geffobscura@gmail.com>2014-09-18 17:45:33 +0800
commite077cad3337b11300ddd56561f4ff7c5d09b015a (patch)
treee5a3dd51a6aa49f0322e8c70f94c4732d35ae9d7
parent728005722853028348909e1d458593415cb52660 (diff)
downloaddexon-e077cad3337b11300ddd56561f4ff7c5d09b015a.tar.gz
dexon-e077cad3337b11300ddd56561f4ff7c5d09b015a.tar.zst
dexon-e077cad3337b11300ddd56561f4ff7c5d09b015a.zip
No default background color
-rw-r--r--Mist/assets/icecream.pngbin0 -> 4643 bytes
-rw-r--r--Mist/assets/qml/wallet.qml14
2 files changed, 2 insertions, 12 deletions
diff --git a/Mist/assets/icecream.png b/Mist/assets/icecream.png
new file mode 100644
index 000000000..2438ca845
--- /dev/null
+++ b/Mist/assets/icecream.png
Binary files differ
diff --git a/Mist/assets/qml/wallet.qml b/Mist/assets/qml/wallet.qml
index 734c85f8b..b4da5ce4d 100644
--- a/Mist/assets/qml/wallet.qml
+++ b/Mist/assets/qml/wallet.qml
@@ -154,6 +154,7 @@ ApplicationWindow {
Menu {
title: "Developer"
MenuItem {
+ iconSource: "../icecream.png"
text: "Debugger"
shortcut: "Ctrl+d"
onTriggered: eth.startDebugger()
@@ -253,16 +254,6 @@ ApplicationWindow {
}
}
- /*
- Button {
- id: importAppButton
- text: "Browser"
- onClicked: {
- eth.openBrowser()
- }
- }
- */
-
RowLayout {
Label {
id: walletValueLabel
@@ -669,8 +660,7 @@ ApplicationWindow {
Rectangle {
id: mainView
-
-
+ color: "#00000000"
anchors.right: parent.right
anchors.left: parent.left
anchors.bottom: parent.bottom