https://bugs.kde.org/show_bug.cgi?id=389585

Valeriy Malov <jazzv...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |FIXED
      Latest Commit|                            |https://commits.kde.org/kcm
                   |                            |utils/23ba2b37ef825f0efccc1
                   |                            |69455f45b0dcdac97cf

--- Comment #22 from Valeriy Malov <jazzv...@gmail.com> ---
Git commit 23ba2b37ef825f0efccc169455f45b0dcdac97cf by Valeriy Malov.
Committed on 13/08/2018 at 08:55.
Pushed by valeriymalov into branch 'master'.

Use custom QScrollArea with size hint not limited by font size

Summary:
For some reason original QScrollArea has constraint on a size hint
This causes large KCMShell pages open in relatively small windows,
because QScrollArea inside reports small size hint

Test Plan:
patched 5.48.0 with this, tested networkmanager and few other kcms,
they now seem to open in full size (except for kscreen which has custom
sizehint,
it probably needs size hint for the QML area specifically, not the whole
window;
and except for opengl that has it's own scrollable area which needs a size hint
too)

Reviewers: #frameworks, ngraham

Reviewed By: ngraham

Subscribers: ngraham, kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D14692

M  +1    -1    src/kcmultidialog.cpp
M  +22   -0    src/kcmultidialog.h

https://commits.kde.org/kcmutils/23ba2b37ef825f0efccc169455f45b0dcdac97cf

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to