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
384305f4
Commit
384305f4
authored
Feb 13, 2015
by
obscuren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed QML errors
parent
4d49d7b5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
7 deletions
+1
-7
catalog.qml
cmd/mist/assets/qml/views/catalog.qml
+0
-1
miner.qml
cmd/mist/assets/qml/views/miner.qml
+0
-3
wallet.qml
cmd/mist/assets/qml/views/wallet.qml
+1
-3
No files found.
cmd/mist/assets/qml/views/catalog.qml
View file @
384305f4
...
...
@@ -137,7 +137,6 @@ Rectangle {
anchors
{
left
:
root
.
left
right
:
root
.
right
top
:
sizeGrip
.
bottom
bottom
:
root
.
bottom
}
...
...
cmd/mist/assets/qml/views/miner.qml
View file @
384305f4
...
...
@@ -19,9 +19,6 @@ Rectangle {
id
:
lastBlockLabel
objectName
:
"lastBlockLabel"
text
:
"---"
font.pixelSize
:
10
anchors.right
:
peerGroup
.
left
anchors.rightMargin
:
5
onTextChanged
:
{
//menuItem.secondaryTitle = text
}
...
...
cmd/mist/assets/qml/views/wallet.qml
View file @
384305f4
...
...
@@ -18,10 +18,8 @@ Rectangle {
Label
{
objectName
:
"balanceLabel"
visible
:
false
font.pixelSize
:
10
anchors.right
:
lastBlockLabel
.
left
anchors.rightMargin
:
5
onTextChanged
:
{
balance
.
text
=
text
menuItem
.
secondaryTitle
=
text
}
}
...
...
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