diff options
author | Ivan Alejandro <ivanalejandro0@yahoo.com.ar> | 2013-06-05 10:12:22 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@yahoo.com.ar> | 2013-06-05 10:13:57 -0300 |
commit | cc247f63441a8d434bc509ea2764f7969ad47fec (patch) | |
tree | 3da0de43170da3b1a620a963d061d43241a5b78a /src/leap/gui/ui | |
parent | 1856970049752fbe1b3c68ed46d5de7fde5bb2ad (diff) |
Improve wizard for registration process
Diffstat (limited to 'src/leap/gui/ui')
-rw-r--r-- | src/leap/gui/ui/wizard.ui | 32 |
1 files changed, 19 insertions, 13 deletions
diff --git a/src/leap/gui/ui/wizard.ui b/src/leap/gui/ui/wizard.ui index 87d04194..96cf4621 100644 --- a/src/leap/gui/ui/wizard.ui +++ b/src/leap/gui/ui/wizard.ui @@ -597,6 +597,12 @@ <string notr="true">4</string> </attribute> <layout class="QGridLayout" name="gridLayout_7"> + <property name="sizeConstraint"> + <enum>QLayout::SetDefaultConstraint</enum> + </property> + <property name="leftMargin"> + <number>4</number> + </property> <item row="3" column="0"> <widget class="QLabel" name="label_16"> <property name="text"> @@ -646,19 +652,6 @@ </property> </spacer> </item> - <item row="1" column="0" colspan="3"> - <widget class="QLabel" name="lblRegisterStatus"> - <property name="text"> - <string/> - </property> - <property name="textFormat"> - <enum>Qt::AutoText</enum> - </property> - <property name="alignment"> - <set>Qt::AlignCenter</set> - </property> - </widget> - </item> <item row="7" column="1"> <spacer name="verticalSpacer_7"> <property name="orientation"> @@ -692,6 +685,19 @@ </property> </widget> </item> + <item row="1" column="1" colspan="2"> + <widget class="QLabel" name="lblRegisterStatus"> + <property name="text"> + <string/> + </property> + <property name="textFormat"> + <enum>Qt::AutoText</enum> + </property> + <property name="alignment"> + <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> + </property> + </widget> + </item> </layout> </widget> <widget class="QWizardPage" name="service_selection"> |