https://bugs.kde.org/show_bug.cgi?id=390888
Eike Hein <h...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/pla | |sma-desktop/20bcc8f0501bb3c | |d368b03797c0bdea54de9f84b Status|CONFIRMED |RESOLVED --- Comment #5 from Eike Hein <h...@kde.org> --- Git commit 20bcc8f0501bb3cd368b03797c0bdea54de9f84b by Eike Hein. Committed on 28/03/2018 at 04:51. Pushed by hein into branch 'Plasma/5.12'. Do clamping in the model and add missing lower bound check Summary: Clamping the window delegate size to stay within the desktop rect was previously done in the QML code, but only for the higher bound. This moves clamping into the C++ model and adds a lower bound. Reviewers: #plasma, broulik Reviewed By: #plasma, broulik Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D10736 M +2 -2 applets/pager/package/contents/ui/main.qml M +19 -7 applets/pager/plugin/windowmodel.cpp https://commits.kde.org/plasma-desktop/20bcc8f0501bb3cd368b03797c0bdea54de9f84b -- You are receiving this mail because: You are watching all bug changes.