Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tom
crown-core
Commits
5d738f61
Commit
5d738f61
authored
8 years ago
by
tlc2
Browse files
Options
Download
Email Patches
Plain Diff
brown to blue and disabled dash units in bitcoingui.cpp frameBlocksLayout
parent
66e31f74
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/qt/bitcoingui.cpp
+1
-1
src/qt/bitcoingui.cpp
src/qt/res/css/crown.css
+9
-9
src/qt/res/css/crown.css
src/qt/res/icons/transaction2.png
+0
-0
src/qt/res/icons/transaction2.png
with
10 additions
and
10 deletions
+10
-10
src/qt/bitcoingui.cpp
View file @
5d738f61
...
...
@@ -190,7 +190,7 @@ BitcoinGUI::BitcoinGUI(const NetworkStyle *networkStyle, QWidget *parent) :
if
(
enableWallet
)
{
frameBlocksLayout
->
addStretch
();
frameBlocksLayout
->
addWidget
(
unitDisplayControl
);
//
frameBlocksLayout->addWidget(unitDisplayControl);
frameBlocksLayout
->
addStretch
();
frameBlocksLayout
->
addWidget
(
labelEncryptionIcon
);
}
...
...
This diff is collapsed.
Click to expand it.
src/qt/res/css/crown.css
View file @
5d738f61
...
...
@@ -110,7 +110,7 @@ background-color: #f2f2f2;
QPushButton
{
border
:
1px
solid
#
9c8b46
;
border
:
1px
solid
#
3b72ef
;
color
:
#a1a1a1
;
background-color
:
#f2f2f2
;
padding
:
2px
;
...
...
@@ -118,9 +118,9 @@ padding: 2px;
QPushButton
:hover
{
border
:
1px
solid
#
9c8b46
;
border
:
1px
solid
#
3b72ef
;
color
:
#555555
;
background-color
:
#
9c8b46
;
background-color
:
#
3b72ef
;
padding
:
2px
;
}
...
...
@@ -162,7 +162,7 @@ text-align: center;
QProgressBar
::chunk
{
background-color
:
#
9c8b46
;
background-color
:
#
3b72ef
;
}
QTabBar
::tab
{
...
...
@@ -209,7 +209,7 @@ color: #555555;
border-top-left-radius
:
3px
;
border-top-right-radius
:
3px
;
margin-bottom
:
0px
;
background-color
:
QLinearGradient
(
x1
:
0
,
y1
:
0
,
x2
:
0
,
y2
:
1
,
stop
:
1
#f2f2f2
,
stop
:
0.4
#f2f2f2
,
stop
:
0.2
#f2f2f2
,
stop
:
0.1
#
9c8b46
);
background-color
:
QLinearGradient
(
x1
:
0
,
y1
:
0
,
x2
:
0
,
y2
:
1
,
stop
:
1
#f2f2f2
,
stop
:
0.4
#f2f2f2
,
stop
:
0.2
#f2f2f2
,
stop
:
0.1
#
3b72ef
);
}
QTabBar
::tab
:!
selected
:hover
...
...
@@ -217,7 +217,7 @@ QTabBar::tab:!selected:hover
color
:
#555555
;
border-top-left-radius
:
3px
;
border-top-right-radius
:
3px
;
background-color
:
QLinearGradient
(
x1
:
0
,
y1
:
0
,
x2
:
0
,
y2
:
1
,
stop
:
1
#f2f2f2
,
stop
:
0.4
#f2f2f2
,
stop
:
0.2
#f2f2f2
,
stop
:
0.1
#
9c8b46
);
background-color
:
QLinearGradient
(
x1
:
0
,
y1
:
0
,
x2
:
0
,
y2
:
1
,
stop
:
1
#f2f2f2
,
stop
:
0.4
#f2f2f2
,
stop
:
0.2
#f2f2f2
,
stop
:
0.1
#
3b72ef
);
}
QHeaderView
...
...
@@ -316,7 +316,7 @@ max-height: 20px;
QStackedWidget
#SendCoinsEntry
.QToolButton
:hover
{
background-color
:
#
9c8b46
;
background-color
:
#
3b72ef
;
padding-left
:
5px
;
padding-right
:
5px
;
border
:
0
;
...
...
@@ -336,12 +336,12 @@ max-width: 20px;
#label_Wallet
{
color
:
#
9c8b46
;
color
:
#
3b72ef
;
}
#label_RecentTransactions
{
color
:
#
9c8b46
;
color
:
#
3b72ef
;
}
#frame_ovp_Wallet
...
...
This diff is collapsed.
Click to expand it.
src/qt/res/icons/transaction2.png
View replaced file @
66e31f74
View file @
5d738f61
206 Bytes
|
W:
0px
|
H:
0px
206 Bytes
|
W:
0px
|
H:
0px
2-up
Swipe
Onion skin
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help