valeriymalov created this revision. valeriymalov added reviewers: Frameworks, ngraham. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. valeriymalov requested review of this revision.
REVISION SUMMARY Workaround for https://bugreports.qt.io/browse/QTBUG-3459 Currently adjustSize() is limited to 2/3 of the screen size for windows This adds unnecessary scrollbars on dialogs that would otherwise fit the screen Manually resize the window after adjustSize() happens to avoid this limitation CCBUG: 389585 TEST PLAN Tested on a 1366x768 laptop, with this patch networkmanagement window opens in full screen height (respecting the panel) REPOSITORY R295 KCMUtils BRANCH master REVISION DETAIL https://phabricator.kde.org/D15406 AFFECTED FILES src/kcmultidialog.cpp To: valeriymalov, #frameworks, ngraham Cc: kde-frameworks-devel, michaelh, ngraham, bruns