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
fbd5e4d5
Commit
fbd5e4d5
authored
Feb 17, 2015
by
Alexandre Van de Sande
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated icons
parent
0de1d1dd
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
3 additions
and
4 deletions
+3
-4
miner.png
cmd/mist/assets/miner.png
+0
-0
mining-icon.png
cmd/mist/assets/mining-icon.png
+0
-0
mining-icon@2x.png
cmd/mist/assets/mining-icon@2x.png
+0
-0
main.qml
cmd/mist/assets/qml/main.qml
+2
-2
miner.qml
cmd/mist/assets/qml/views/miner.qml
+1
-1
wallet.qml
cmd/mist/assets/qml/views/wallet.qml
+0
-1
No files found.
cmd/mist/assets/miner.png
deleted
100644 → 0
View file @
0de1d1dd
2.05 KB
cmd/mist/assets/mining-icon.png
0 → 100644
View file @
fbd5e4d5
1 KB
cmd/mist/assets/mining-icon@2x.png
0 → 100644
View file @
fbd5e4d5
2.26 KB
cmd/mist/assets/qml/main.qml
View file @
fbd5e4d5
...
...
@@ -41,12 +41,12 @@ ApplicationWindow {
Component.onCompleted
:
{
catalog
=
addPlugin
(
"./views/catalog.qml"
,
{
noAdd
:
true
,
close
:
false
,
section
:
"begin"
,
active
:
true
});
var
wallet
=
addPlugin
(
"./views/wallet.qml"
,
{
noAdd
:
true
,
close
:
false
,
section
:
"ethereum"
});
var
walletWeb
=
addPlugin
(
"./views/browser.qml"
,
{
noAdd
:
true
,
close
:
false
,
section
:
"ethereum"
,
active
:
false
});
walletWeb
.
view
.
url
=
"http://ethereum-dapp-wallet.meteor.com/"
;
walletWeb
.
menuItem
.
title
=
"Wallet"
;
addPlugin
(
"./views/wallet.qml"
,
{
noAdd
:
true
,
close
:
false
,
section
:
"legacy"
});
addPlugin
(
"./views/miner.qml"
,
{
noAdd
:
true
,
close
:
false
,
section
:
"ethereum"
,
active
:
false
});
addPlugin
(
"./views/transaction.qml"
,
{
noAdd
:
true
,
close
:
false
,
section
:
"legacy"
});
addPlugin
(
"./views/whisper.qml"
,
{
noAdd
:
true
,
close
:
false
,
section
:
"legacy"
});
...
...
cmd/mist/assets/qml/views/miner.qml
View file @
fbd5e4d5
...
...
@@ -9,7 +9,7 @@ import Ethereum 1.0
Rectangle
{
id
:
root
property
var
title
:
"Miner"
property
var
iconSource
:
"../min
er
.png"
property
var
iconSource
:
"../min
ing-icon
.png"
property
var
menuItem
color
:
"#00000000"
...
...
cmd/mist/assets/qml/views/wallet.qml
View file @
fbd5e4d5
...
...
@@ -9,7 +9,6 @@ import Ethereum 1.0
Rectangle
{
id
:
root
property
var
title
:
"Wallet"
property
var
iconSource
:
"../facet.png"
property
var
menuItem
objectName
:
"walletView"
...
...
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