Commit e077cad3 authored by obscuren's avatar obscuren

No default background color

parent 72800572
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment