diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-06-26 12:01:25 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-06-26 12:01:25 +0200 |
| commit | d99f5a470c8c4e80223f7a78679db58db78ee979 (patch) | |
| tree | 79aa4935b4fa0781112e068f00220dbfbe6ade33 /src | |
| parent | fix typo in dutch translation (diff) | |
| download | discoin-d99f5a470c8c4e80223f7a78679db58db78ee979.tar.xz discoin-d99f5a470c8c4e80223f7a78679db58db78ee979.zip | |
reduce spacing between "Add to address book as" and the text field
Diffstat (limited to 'src')
| -rw-r--r-- | src/qt/forms/sendcoinsdialog.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qt/forms/sendcoinsdialog.ui b/src/qt/forms/sendcoinsdialog.ui index efefe6ab9..3641f61ec 100644 --- a/src/qt/forms/sendcoinsdialog.ui +++ b/src/qt/forms/sendcoinsdialog.ui @@ -119,6 +119,9 @@ </item> <item row="4" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_2"> + <property name="spacing"> + <number>0</number> + </property> <item> <widget class="QCheckBox" name="addToAddressBook"> <property name="toolTip"> |