summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2012-06-30 15:34:54 (GMT)
committerKevin Smith <git@kismith.co.uk>2012-06-30 15:34:54 (GMT)
commit479147718f1ec544a30930c8a77d460e74eb0287 (patch)
tree5db75f5b9bbdebdb442b540829d82d1c16c633d6 /Swift/QtUI
parentc8a610d825985ca470fff46f1a2c43f6afe5080f (diff)
downloadswift-479147718f1ec544a30930c8a77d460e74eb0287.zip
swift-479147718f1ec544a30930c8a77d460e74eb0287.tar.bz2
Align radio buttons in user search things.
Resolves: #1138
Diffstat (limited to 'Swift/QtUI')
-rw-r--r--Swift/QtUI/UserSearch/QtUserSearchFirstPage.ui33
1 files changed, 25 insertions, 8 deletions
diff --git a/Swift/QtUI/UserSearch/QtUserSearchFirstPage.ui b/Swift/QtUI/UserSearch/QtUserSearchFirstPage.ui
index 46a1277..bb0a625 100644
--- a/Swift/QtUI/UserSearch/QtUserSearchFirstPage.ui
+++ b/Swift/QtUI/UserSearch/QtUserSearchFirstPage.ui
@@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
- <string></string>
+ <string/>
</property>
<property name="title">
<string>Add a user</string>
@@ -23,7 +23,7 @@
<item>
<widget class="QLabel" name="howLabel_">
<property name="text">
- <string></string>
+ <string/>
</property>
</widget>
</item>
@@ -42,11 +42,28 @@
</layout>
</item>
<item>
- <widget class="QRadioButton" name="byLocalSearch_">
- <property name="text">
- <string>I'd like to search my server</string>
- </property>
- </widget>
+ <layout class="QHBoxLayout" name="horizontalLayout_3">
+ <item>
+ <widget class="QRadioButton" name="byLocalSearch_">
+ <property name="text">
+ <string>I'd like to search my server</string>
+ </property>
+ </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>
+ </layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
@@ -88,7 +105,7 @@
<item>
<widget class="QLabel" name="errorLabel_">
<property name="text">
- <string></string>
+ <string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>