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. --- changes/bug-4058_spacer-policy-problem | 1 + data/images/mask-icon.png | Bin 16575 -> 8907 bytes src/leap/bitmask/gui/ui/wizard.ui | 8 ++++---- 3 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 changes/bug-4058_spacer-policy-problem diff --git a/changes/bug-4058_spacer-policy-problem b/changes/bug-4058_spacer-policy-problem new file mode 100644 index 00000000..b4759c7b --- /dev/null +++ b/changes/bug-4058_spacer-policy-problem @@ -0,0 +1 @@ + o Widget squashing problem in wizard cheking a new provider. Closes #4058. diff --git a/data/images/mask-icon.png b/data/images/mask-icon.png index 3504bae9..97c5d7ec 100644 Binary files a/data/images/mask-icon.png and b/data/images/mask-icon.png differ 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