Skip to content

Commit

Permalink
more ui, remove build dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pennykoin committed Oct 21, 2018
1 parent 0fee62b commit b402140
Showing 1 changed file with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion src/gui/ui/overviewframe.ui
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,9 @@ font-family: Poppins;</string>
<pointsize>-1</pointsize>
</font>
</property>
<property name="toolTip">
<string>Deposit or withdraw from savings</string>
</property>
<property name="styleSheet">
<string notr="true">text-align: left; color: #aaa; margin-left: 20px;
font-family: Poppins;
Expand Down Expand Up @@ -412,6 +415,9 @@ font-size: 13px;</string>
<pointsize>-1</pointsize>
</font>
</property>
<property name="toolTip">
<string>Send encrypted message</string>
</property>
<property name="styleSheet">
<string notr="true">text-align: left; color: #aaa; margin-left: 20px;
font-family: Poppins;
Expand Down Expand Up @@ -442,13 +448,16 @@ font-size: 13px;</string>
<pointsize>-1</pointsize>
</font>
</property>
<property name="toolTip">
<string>Keep a list of addresses</string>
</property>
<property name="styleSheet">
<string notr="true">text-align: left; color: #aaa; margin-left: 20px;
font-family: Poppins;
font-size: 13px;</string>
</property>
<property name="text">
<string>Address Book</string>
<string>Contacts</string>
</property>
<property name="iconSize">
<size>
Expand All @@ -472,6 +481,9 @@ font-size: 13px;</string>
<pointsize>-1</pointsize>
</font>
</property>
<property name="toolTip">
<string>View your past transactions</string>
</property>
<property name="styleSheet">
<string notr="true">text-align: left; color: #aaa; margin-left: 20px;
font-family: Poppins;
Expand Down Expand Up @@ -562,6 +574,9 @@ font-size: 13px;</string>
<pointsize>-1</pointsize>
</font>
</property>
<property name="toolTip">
<string>Import account from keys</string>
</property>
<property name="styleSheet">
<string notr="true">text-align: left; color: #aaa; margin-left: 20px;
font-family: Poppins;
Expand Down Expand Up @@ -1255,6 +1270,31 @@ p, li { white-space: pre-wrap; }
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:x-large;&quot;&gt;statusBox&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
<widget class="QLabel" name="label_11">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>151</width>
<height>25</height>
</rect>
</property>
<property name="font">
<font>
<family>Poppins</family>
<pointsize>-1</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: #999;
background: transparent;
font-size: 20px;
font-family: Poppins;</string>
</property>
<property name="text">
<string>STATUS</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="addressBox">
<property name="geometry">
Expand Down

0 comments on commit b402140

Please sign in to comment.