aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2012-06-17 12:26:20 -0700
committerWladimir J. van der Laan <laanwj@gmail.com>2012-06-17 12:26:20 -0700
commit8ce04527f90a098e9a6aeb8e0e5c5c9b550da70d (patch)
treef863a1357ad1c71be3544821bb9884043cae9fcd /src
parent6062de265af38f271ddc8bf42f62f36e31bf5068 (diff)
parentb5782531adfbbe288266178e75cb7ea52aaf630c (diff)
downloadbitcoin-8ce04527f90a098e9a6aeb8e0e5c5c9b550da70d.tar.xz
Merge pull request #1451 from Diapolo/sendcoins
GUI: set cursor for balance field to IBeamCursor (to show the user it IS selectable)
Diffstat (limited to 'src')
-rw-r--r--src/qt/forms/sendcoinsdialog.ui9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/qt/forms/sendcoinsdialog.ui b/src/qt/forms/sendcoinsdialog.ui
index 023a72ac2b..10a1586d4a 100644
--- a/src/qt/forms/sendcoinsdialog.ui
+++ b/src/qt/forms/sendcoinsdialog.ui
@@ -70,6 +70,9 @@
<iconset resource="../bitcoin.qrc">
<normaloff>:/icons/add</normaloff>:/icons/add</iconset>
</property>
+ <property name="autoDefault">
+ <bool>false</bool>
+ </property>
</widget>
</item>
<item>
@@ -93,6 +96,9 @@
<property name="autoRepeatDelay">
<number>300</number>
</property>
+ <property name="autoDefault">
+ <bool>false</bool>
+ </property>
</widget>
</item>
<item>
@@ -109,6 +115,9 @@
</item>
<item>
<widget class="QLabel" name="labelBalance">
+ <property name="cursor">
+ <cursorShape>IBeamCursor</cursorShape>
+ </property>
<property name="text">
<string>123.456 BTC</string>
</property>