Skip to content

Commit

Permalink
small adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
aciddude committed May 27, 2017
1 parent 3d35337 commit b367fd1
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions src/qt/forms/multisigdialog.ui
Expand Up @@ -100,24 +100,30 @@
</font>
</property>
<property name="text">
<string>Total Balance:</string>
<string>Total Balance: </string>
</property>
</widget>
</item>
<item>
<item alignment="Qt::AlignHCenter|Qt::AlignVCenter">
<widget class="QLabel" name="labelBalance">
<property name="cursor">
<cursorShape>IBeamCursor</cursorShape>
</property>
<property name="text">
<string>0.00000 FTC</string>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="indent">
<number>-1</number>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
<item>
<item alignment="Qt::AlignVCenter">
<widget class="QLabel" name="labelAddresses">
<property name="font">
<font>
Expand All @@ -126,11 +132,14 @@
</font>
</property>
<property name="text">
<string> Addresses:</string>
<string> Addresses: </string>
</property>
<property name="indent">
<number>-1</number>
</property>
</widget>
</item>
<item>
<item alignment="Qt::AlignVCenter">
<widget class="QLabel" name="labelAddressesNum">
<property name="minimumSize">
<size>
Expand All @@ -141,6 +150,9 @@
<property name="text">
<string>0</string>
</property>
<property name="indent">
<number>-1</number>
</property>
</widget>
</item>
<item>
Expand Down

0 comments on commit b367fd1

Please sign in to comment.