Summary: | limit size of the last window in the present windows effect | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Jin Liu <m.liu.jin> |
Component: | effects-overview | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | ad.liu.jin, ba.tahaaziz, nate |
Priority: | NOR | Keywords: | usability |
Version First Reported In: | 4.8.4 | ||
Target Milestone: | --- | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=303932 | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/commit/0931e4f8cc1cd5f7a6c64e0f78f6e58371b6a7da | Version Fixed In: | 5.23 |
Sentry Crash Report: |
Description
Jin Liu
2012-12-24 04:41:29 UTC
*** Bug 440081 has been marked as a duplicate of this bug. *** A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/1279 Git commit 0931e4f8cc1cd5f7a6c64e0f78f6e58371b6a7da by Vlad Zahorodnii. Committed on 26/08/2021 at 16:11. Pushed by vladz into branch 'master'. effects/overview: Pad screen borders in qml This makes it easier to spot if the effect is activated while there is only one maximized window. Note that anchors.margins cannot be used unfortunately as it won't take effect until the ExpoLayout item is fully constructed. It may take a couple of cycles for the geometry to settle down, which makes reasoning about how the effect works difficult. M +5 -5 src/effects/overview/expolayout.cpp M +1 -0 src/effects/overview/qml/ScreenView.qml M +5 -1 src/effects/overview/qml/WindowHeap.qml https://invent.kde.org/plasma/kwin/commit/0931e4f8cc1cd5f7a6c64e0f78f6e58371b6a7da The padding is lost in the current version. Not sure if it's intended or not. Distro: archlinux Plasma: 5.23.3 KDE Framework: 21.08.3 QT: 5.15.2 This is fixed in the *Overview* effect. Present Windows is deprecated and will be replaced with the Overview effect once it's fully ready. The Present Windows effect isn't being developed anymore. |