https://bugs.kde.org/show_bug.cgi?id=360478

--- Comment #38 from S. Christian Collins <s_chriscoll...@hotmail.com> ---
I don't think the user should have to be responsible for telling the OS the
resolution to store the widget geometry when logic could be used to deduce this
instead. Perhaps something like this:
1. The stored geometry for widgets is only updated when the user:
  a. Moves/resizes a widget manually.
  b. Shuts down/logs out the OS (thereby we assume that the user is happy with
the current screen resolution)
2. If a screen resolution change is detected during a session, the widgets'
positions are read from the stored values and if necessary repositioned
dynamically to avoid being placed outside the boundary of the visible display,
but these new positions will NOT be stored.

If the resolution change is desired by the user, the new widget position will
be handled sufficiently by #1 above.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to