diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-07-08 19:25:35 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-07-08 19:25:35 +0200 |
| commit | 83b8237046a25248c1b178917c2219d03bc9648f (patch) | |
| tree | 6c2e61a190aae2558e0dfcddde8d60cca71b1e7c /src/qt/forms | |
| parent | Reorganize "send coins" tab (diff) | |
| download | discoin-83b8237046a25248c1b178917c2219d03bc9648f.tar.xz discoin-83b8237046a25248c1b178917c2219d03bc9648f.zip | |
forgot synced icons
Diffstat (limited to 'src/qt/forms')
| -rw-r--r-- | src/qt/forms/sendcoinsdialog.ui | 25 |
1 files changed, 4 insertions, 21 deletions
diff --git a/src/qt/forms/sendcoinsdialog.ui b/src/qt/forms/sendcoinsdialog.ui index a5c38a530..c3b966cac 100644 --- a/src/qt/forms/sendcoinsdialog.ui +++ b/src/qt/forms/sendcoinsdialog.ui @@ -107,6 +107,9 @@ <property name="maxLength"> <number>34</number> </property> + <property name="placeholderText"> + <string/> + </property> </widget> </item> <item> @@ -178,7 +181,7 @@ <widget class="QPushButton" name="sendButton"> <property name="minimumSize"> <size> - <width>120</width> + <width>150</width> <height>0</height> </size> </property> @@ -197,25 +200,6 @@ </property> </widget> </item> - <item> - <widget class="QDialogButtonBox" name="buttonBox"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Maximum" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="toolTip"> - <string>Abort the send action</string> - </property> - <property name="standardButtons"> - <set>QDialogButtonBox::Cancel</set> - </property> - <property name="centerButtons"> - <bool>false</bool> - </property> - </widget> - </item> </layout> </item> <item> @@ -248,7 +232,6 @@ <tabstop>addAsLabel</tabstop> <tabstop>payAmount</tabstop> <tabstop>sendButton</tabstop> - <tabstop>buttonBox</tabstop> </tabstops> <resources> <include location="../bitcoin.qrc"/> |