mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-21 02:18:07 +00:00
No default background color
This commit is contained in:
parent
7280057228
commit
e077cad333
2 changed files with 2 additions and 12 deletions
BIN
Mist/assets/icecream.png
Normal file
BIN
Mist/assets/icecream.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue