diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-03-11 18:54:47 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-03-11 18:54:47 -0300 |
commit | 7752eb5fc11d6f5973c4aa7d575cabd0dbc979b1 (patch) | |
tree | 54709cd1cc866f8e2d7e6901d95283fa2cf3161c /src/leap/gui/ui/wizard.ui | |
parent | c0e411564a2e7c3af75e2f7c894fa46c3ca8da00 (diff) |
Don't display a ? icon when we are checking things in the wizard
Diffstat (limited to 'src/leap/gui/ui/wizard.ui')
-rw-r--r-- | src/leap/gui/ui/wizard.ui | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/src/leap/gui/ui/wizard.ui b/src/leap/gui/ui/wizard.ui index 160d628d..d44e8224 100644 --- a/src/leap/gui/ui/wizard.ui +++ b/src/leap/gui/ui/wizard.ui @@ -183,6 +183,12 @@ <verstretch>0</verstretch> </sizepolicy> </property> + <property name="minimumSize"> + <size> + <width>24</width> + <height>24</height> + </size> + </property> <property name="text"> <string/> </property> @@ -199,6 +205,12 @@ <verstretch>0</verstretch> </sizepolicy> </property> + <property name="minimumSize"> + <size> + <width>24</width> + <height>24</height> + </size> + </property> <property name="text"> <string/> </property> @@ -215,6 +227,12 @@ <verstretch>0</verstretch> </sizepolicy> </property> + <property name="minimumSize"> + <size> + <width>24</width> + <height>24</height> + </size> + </property> <property name="text"> <string/> </property> @@ -383,6 +401,12 @@ <verstretch>0</verstretch> </sizepolicy> </property> + <property name="minimumSize"> + <size> + <width>24</width> + <height>24</height> + </size> + </property> <property name="text"> <string/> </property> @@ -399,6 +423,12 @@ <verstretch>0</verstretch> </sizepolicy> </property> + <property name="minimumSize"> + <size> + <width>24</width> + <height>24</height> + </size> + </property> <property name="text"> <string/> </property> @@ -436,6 +466,12 @@ <verstretch>0</verstretch> </sizepolicy> </property> + <property name="minimumSize"> + <size> + <width>24</width> + <height>24</height> + </size> + </property> <property name="text"> <string/> </property> @@ -638,6 +674,12 @@ <verstretch>0</verstretch> </sizepolicy> </property> + <property name="minimumSize"> + <size> + <width>24</width> + <height>24</height> + </size> + </property> <property name="text"> <string/> </property> @@ -654,6 +696,12 @@ <verstretch>0</verstretch> </sizepolicy> </property> + <property name="minimumSize"> + <size> + <width>24</width> + <height>24</height> + </size> + </property> <property name="text"> <string/> </property> |