https://bugs.kde.org/show_bug.cgi?id=389585
--- Comment #43 from Valeriy Malov <jazzv...@gmail.com> --- Git commit cc4ecfdcd48a52a67f60eb69ed69e91ca42ee405 by Valeriy Malov. Committed on 12/09/2018 at 02:20. Pushed by valeriymalov into branch 'master'. Manually resize KCMUtilDialog to sizeHint() 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 Test Plan: Tested on a 1366x768 laptop, with this patch networkmanagement window opens in full screen height (respecting the panel) Reviewers: #frameworks, ngraham Reviewed By: ngraham Subscribers: davidedmundson, acrouthamel, kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D15406 M +13 -2 src/kcmultidialog.cpp https://commits.kde.org/kcmutils/cc4ecfdcd48a52a67f60eb69ed69e91ca42ee405 -- You are receiving this mail because: You are watching all bug changes.