Make fees on send tab labels

This commit is contained in:
Aditya Kulkarni
2018-10-21 21:06:48 -07:00
parent 0a14fbc911
commit c31111098f
4 changed files with 60 additions and 0 deletions

View File

@@ -474,6 +474,27 @@
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<widget class="QLabel" name="label_7">
<property name="text">
<string>Fee</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="sendTxFees">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="sendTxFeesUSD">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
@@ -573,6 +594,9 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="duplicatesEnabled">
<bool>false</bool>
</property>
</widget>
</item>
<item>