Skip to content

Commit

Permalink
Merge pull request #54 from HTHcoin/code-clean-up
Browse files Browse the repository at this point in the history
Code clean up
  • Loading branch information
MichaelHDesigns authored May 17, 2020
2 parents c9de4dd + b0260f5 commit 078b783
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions src/qt/forms/overviewpage.ui
Original file line number Diff line number Diff line change
Expand Up @@ -549,9 +549,9 @@ font-size: 11px;</string>
<widget class="QFrame" name="frame_3">
<property name="geometry">
<rect>
<x>14</x>
<y>4</y>
<width>571</width>
<x>70</x>
<y>10</y>
<width>461</width>
<height>241</height>
</rect>
</property>
Expand Down Expand Up @@ -840,7 +840,7 @@ font-size: 11px;</string>
<string>Your current total balance</string>
</property>
<property name="styleSheet">
<string notr="true">font-size: 15px</string>
<string notr="true">font-size: 25px</string>
</property>
<property name="text">
<string notr="true">0.000 000 00</string>
Expand Down Expand Up @@ -887,7 +887,7 @@ font-size: 11px;</string>
<string>Current total balance in watch-only addresses</string>
</property>
<property name="styleSheet">
<string notr="true">font-size: 15px</string>
<string notr="true">font-size: 25px</string>
</property>
<property name="text">
<string notr="true">0.000 000 00</string>
Expand Down
6 changes: 3 additions & 3 deletions src/qt/res/css/drkblue.css
Original file line number Diff line number Diff line change
Expand Up @@ -659,16 +659,16 @@ QStatusBar QLabel {

QWidget .QFrame#frame_3 .QLabel#labelTotalText { /* Total text Label */
background-color:transparent;
color:#34bcaa;
color:#debf12;
font-size:15px;
}


QWidget .QFrame#frame_3 .QLabel#labelTotal { /* Total balance count Label */
background-color:transparent;
color:#34bcaa;
color:#debf12;
font-weight: bold;
font-size:15px;
font-size:25px;
}

QWidget .QFrame#frame_3 .QLabel#labelBalanceText { /*available text */
Expand Down

0 comments on commit 078b783

Please sign in to comment.