aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms/editaddressdialog.ui
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2011-07-02 13:45:59 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2011-07-02 13:45:59 +0200
commitebff5c40a234f38429965c391da020bbf8312b1b (patch)
treec37239c253c74dc4c2f73838e2d6ae9edad31ed7 /src/qt/forms/editaddressdialog.ui
parent05da981f05d7b2e1551345a042d3379e9244f09b (diff)
downloadbitcoin-ebff5c40a234f38429965c391da020bbf8312b1b.tar.xz
Send: dialog redesign (automatically look up label for entered address)
Diffstat (limited to 'src/qt/forms/editaddressdialog.ui')
-rw-r--r--src/qt/forms/editaddressdialog.ui25
1 files changed, 9 insertions, 16 deletions
diff --git a/src/qt/forms/editaddressdialog.ui b/src/qt/forms/editaddressdialog.ui
index 95909fb964..b4a4c1b1e9 100644
--- a/src/qt/forms/editaddressdialog.ui
+++ b/src/qt/forms/editaddressdialog.ui
@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>458</width>
- <height>114</height>
+ <width>457</width>
+ <height>126</height>
</rect>
</property>
<property name="windowTitle">
@@ -29,6 +29,13 @@
</property>
</widget>
</item>
+ <item row="0" column="1">
+ <widget class="QLineEdit" name="labelEdit">
+ <property name="toolTip">
+ <string>The label associated with this address book entry</string>
+ </property>
+ </widget>
+ </item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
@@ -39,13 +46,6 @@
</property>
</widget>
</item>
- <item row="0" column="1">
- <widget class="QLineEdit" name="labelEdit">
- <property name="toolTip">
- <string>The label associated with this address book entry</string>
- </property>
- </widget>
- </item>
<item row="1" column="1">
<widget class="QLineEdit" name="addressEdit">
<property name="toolTip">
@@ -53,13 +53,6 @@
</property>
</widget>
</item>
- <item row="2" column="1">
- <widget class="QCheckBox" name="setAsDefault">
- <property name="text">
- <string>Set as default receiving address</string>
- </property>
- </widget>
- </item>
</layout>
</item>
<item>