Skip to content

Commit e077cad

Browse files
committed
No default background color
1 parent 7280057 commit e077cad

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

Mist/assets/icecream.png

4.53 KB
Loading

Mist/assets/qml/wallet.qml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ ApplicationWindow {
154154
Menu {
155155
title: "Developer"
156156
MenuItem {
157+
iconSource: "../icecream.png"
157158
text: "Debugger"
158159
shortcut: "Ctrl+d"
159160
onTriggered: eth.startDebugger()
@@ -253,16 +254,6 @@ ApplicationWindow {
253254
}
254255
}
255256

256-
/*
257-
Button {
258-
id: importAppButton
259-
text: "Browser"
260-
onClicked: {
261-
eth.openBrowser()
262-
}
263-
}
264-
*/
265-
266257
RowLayout {
267258
Label {
268259
id: walletValueLabel
@@ -669,8 +660,7 @@ ApplicationWindow {
669660

670661
Rectangle {
671662
id: mainView
672-
673-
663+
color: "#00000000"
674664
anchors.right: parent.right
675665
anchors.left: parent.left
676666
anchors.bottom: parent.bottom

0 commit comments

Comments
 (0)