align "amount" input in send coins dialog to the right
This commit is contained in:
parent
822f2e3ddf
commit
6717457390
1 changed files with 3 additions and 0 deletions
|
@ -57,6 +57,9 @@
|
||||||
<height>16777215</height>
|
<height>16777215</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="alignment">
|
||||||
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="3" column="2">
|
<item row="3" column="2">
|
||||||
|
|
Loading…
Add table
Reference in a new issue