diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-10-07 15:16:27 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-10-08 11:29:46 -0300 |
commit | 348c9ae94213e8717f891f38083e32611a87b6e5 (patch) | |
tree | 3e0e2f346fc00790efe5ca1028e8c43f9ce2fc4d /changes | |
parent | 584866689560bd2ebea01ecc5e6ae5e79ce7fc81 (diff) |
Fix widget fit problem. Closes #4058.
The spacer policy was wrong.
The size of the wizard had to be increased.
The icon was shrinked.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug-4058_spacer-policy-problem | 1 |
1 files changed, 1 insertions, 0 deletions
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. |