| Summary: | Padding not remembered properly per display, but UI implies it is | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | m1vri31c |
| Component: | Custom Tiling | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | minor | CC: | kde, nate, notmart |
| Priority: | NOR | Keywords: | multiscreen, usability |
| Version First Reported In: | 6.0.5 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
m1vri31c
2024-06-07 05:33:45 UTC
Update: It is not always the padding setting that was last set that is maintained. It's not stored on a per-screen basis. The code is working as expected, but the UI is misleading showing on every screen. We can change that to only be on the primary screen. (In reply to David Edmundson from comment #2) > It's not stored on a per-screen basis. > The code is working as expected, but the UI is misleading showing on every > screen. > > We can change that to only be on the primary screen. It would be great if it could store it per-screen in the future, since larger monitors often feel better with more padding and vice versa. |