diff --git a/Mist/assets/icecream.png b/Mist/assets/icecream.png
new file mode 100644
index 0000000000000000000000000000000000000000..2438ca845b9fcf9228fd36333b305ed3da85f5ae
Binary files /dev/null and b/Mist/assets/icecream.png differ
diff --git a/Mist/assets/qml/wallet.qml b/Mist/assets/qml/wallet.qml
index 734c85f8b1888dafc4ca8d8fa92f8bc4734c0a41..b4da5ce4dc137d51d859fb9321fa9945ec1cce77 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