Skip to content

Commit

Permalink
Merge pull request #22 from DrGrid/font_color_change
Browse files Browse the repository at this point in the history
Font color change of the pop ups in the main overview.
  • Loading branch information
gridcoin committed Mar 10, 2015
2 parents cf0f5b6 + 980a108 commit 3baf50b
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions src/qt/forms/overviewpage.ui
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>OverviewPage</class>
<widget class="QWidget" name="OverviewPage">
Expand Down Expand Up @@ -32,7 +32,7 @@
<string>Form</string>
</property>
<property name="styleSheet">
<string notr="true">color:#505050;
<string notr="true">color:#000000;
font-family:'Open Sans,sans-serif';</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
Expand Down Expand Up @@ -80,13 +80,13 @@ font-family:'Open Sans,sans-serif';</string>
<item>
<widget class="QLabel" name="labelTransactionsStatus">
<property name="toolTip">
<string>The displayed information may be out of date. Your wallet automatically synchronizes with the Gridcoin network after a connection is established, but this process has not completed yet.</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#ffffff;&quot;&gt;The displayed information may be out of date. Your wallet automatically synchronizes with the Gridcoin network after a connection is established, but this process has not completed yet.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="styleSheet">
<string notr="true">QLabel { color: red; }</string>
</property>
<property name="text">
<string notr="true">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#d31360;&quot;&gt;(out of sync)&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string notr="true">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#dfffff;&quot;&gt;(out of sync)&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
Expand Down Expand Up @@ -213,7 +213,7 @@ font-family:'Open Sans,sans-serif';</string>
<item>
<widget class="QLabel" name="labelWalletStatus">
<property name="toolTip">
<string>The displayed information may be out of date. Your wallet automatically synchronizes with the Gridcoin network after a connection is established, but this process has not completed yet.</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#ffffff;&quot;&gt;The displayed information may be out of date. Your wallet automatically synchronizes with the Gridcoin network after a connection is established, but this process has not completed yet.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="styleSheet">
<string notr="true">QLabel { color: red; }</string>
Expand Down Expand Up @@ -270,7 +270,7 @@ font-family:'Open Sans,sans-serif';</string>
<cursorShape>IBeamCursor</cursorShape>
</property>
<property name="toolTip">
<string>Your current balance</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#ffffff;&quot;&gt;Your current balance.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string notr="true">0 GRC</string>
Expand Down Expand Up @@ -298,7 +298,7 @@ font-family:'Open Sans,sans-serif';</string>
<cursorShape>IBeamCursor</cursorShape>
</property>
<property name="toolTip">
<string>Total of coins that was staked, and do not yet count toward the current balance</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#ffffff;&quot;&gt;Total number of coins that are staking, and do not yet count toward the current balance&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string notr="true">0 GRC</string>
Expand Down Expand Up @@ -326,7 +326,7 @@ font-family:'Open Sans,sans-serif';</string>
<cursorShape>IBeamCursor</cursorShape>
</property>
<property name="toolTip">
<string>Total of transactions that have yet to be confirmed, and do not yet count toward the current balance</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#ffffff;&quot;&gt;Total of transactions that have yet to be confirmed, and do not yet count toward the current balance&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string notr="true">0 GRC</string>
Expand All @@ -351,7 +351,7 @@ font-family:'Open Sans,sans-serif';</string>
</font>
</property>
<property name="toolTip">
<string>Mined balance that has not yet matured</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#ffffff;&quot;&gt;Total mined coins that have not yet matured&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string notr="true">0 GRC</string>
Expand Down Expand Up @@ -390,7 +390,11 @@ font-family:'Open Sans,sans-serif';</string>
<item row="5" column="1">
<widget class="QLabel" name="labelTotal">
<property name="toolTip">
<<<<<<< HEAD
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#ffffff;&quot;&gt;Total number of Gridcoins in wallet&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
=======
<string>Total Balance</string>
>>>>>>> 0ca80fcf4051488129127d247f5c82236c4703b9
</property>
<property name="text">
<string notr="true">0</string>
Expand All @@ -407,7 +411,7 @@ font-family:'Open Sans,sans-serif';</string>
<item row="6" column="1">
<widget class="QLabel" name="labelNumTransactions">
<property name="toolTip">
<string>Total number of transactions in wallet</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#ffffff;&quot;&gt;Total number of transactions in wallet&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string notr="true">0</string>
Expand Down

0 comments on commit 3baf50b

Please sign in to comment.