diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-07-03 20:53:56 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-07-03 22:29:26 +0200 |
commit | 8fe2308b34c444f74fed453133e0ada34ed9dd23 (patch) | |
tree | f000bc9b16af06041099729c69c24b80dd81326c /src/qt/forms | |
parent | 482e57812bb5d3b2c608eab7ae3929ab2bec04cc (diff) |
windows build fixes
Diffstat (limited to 'src/qt/forms')
-rw-r--r-- | src/qt/forms/addressbookdialog.ui | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/qt/forms/addressbookdialog.ui b/src/qt/forms/addressbookdialog.ui index 12ecb13651..66f1076afb 100644 --- a/src/qt/forms/addressbookdialog.ui +++ b/src/qt/forms/addressbookdialog.ui @@ -101,19 +101,6 @@ <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> - <spacer name="horizontalSpacer"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item> <widget class="QPushButton" name="newAddressButton"> <property name="toolTip"> <string>Create a new address</string> @@ -156,6 +143,19 @@ </widget> </item> <item> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="sizePolicy"> <sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |