Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
e077cad3
Commit
e077cad3
authored
Sep 18, 2014
by
obscuren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No default background color
parent
72800572
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
12 deletions
+2
-12
icecream.png
Mist/assets/icecream.png
+0
-0
wallet.qml
Mist/assets/qml/wallet.qml
+2
-12
No files found.
Mist/assets/icecream.png
0 → 100644
View file @
e077cad3
4.53 KB
Mist/assets/qml/wallet.qml
View file @
e077cad3
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment