D14692: Use custom QScrollArea with size hint not limited by font size

Valeriy Malov noreply at phabricator.kde.org
Wed Aug 8 13:35:46 BST 2018


valeriymalov created this revision.
Restricted Application added a project: Frameworks.
Restricted Application added a subscriber: kde-frameworks-devel.
valeriymalov requested review of this revision.

REVISION 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
  
  BUG: 389585

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)

REPOSITORY
  R295 KCMUtils

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D14692

AFFECTED FILES
  src/kcmultidialog.cpp
  src/kcmultidialog.h

To: valeriymalov
Cc: kde-frameworks-devel, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180808/33153b1a/attachment.html>


More information about the Kde-frameworks-devel mailing list