Fix some padding and focus issues with the new BitcoinAmountWidget

This commit is contained in:
Wladimir J. van der Laan
2011-06-21 07:35:59 +02:00
parent f193c57a63
commit 84114e341d
3 changed files with 4 additions and 5 deletions

View File

@@ -91,11 +91,7 @@
</widget>
</item>
<item row="4" column="1">
<widget class="BitcoinAmountField" name="payAmount" native="true">
<property name="focusPolicy">
<enum>Qt::TabFocus</enum>
</property>
</widget>
<widget class="BitcoinAmountField" name="payAmount" native="true"/>
</item>
</layout>
</item>