From 348c9ae94213e8717f891f38083e32611a87b6e5 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Mon, 7 Oct 2013 15:16:27 -0300 Subject: Fix widget fit problem. Closes #4058. The spacer policy was wrong. The size of the wizard had to be increased. The icon was shrinked. --- src/leap/bitmask/gui/ui/wizard.ui | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/leap/bitmask/gui/ui/wizard.ui b/src/leap/bitmask/gui/ui/wizard.ui index 0f6eef6e..cf591470 100644 --- a/src/leap/bitmask/gui/ui/wizard.ui +++ b/src/leap/bitmask/gui/ui/wizard.ui @@ -7,19 +7,19 @@ 0 0 536 - 490 + 510 536 - 490 + 510 536 - 490 + 510 @@ -124,7 +124,7 @@ Qt::Vertical - QSizePolicy::Fixed + QSizePolicy::Expanding -- cgit v1.2.3