You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you implement the High DPI scaling mechanics you used for Entry Templates?
Right now the floating panel redraws and gets wider throughout the day. I haven't isolated what exactly the event is that causes the redraw, but it gets wider than both monitors.
Hiding and showing the floating panel again does not reduce the width, I wind up needing to close KeePass altogether.
The text was updated successfully, but these errors were encountered:
After playing around a bit, it seems that whenever the display name is updated the panel is redrawn wider and the position is changed. I have two monitors of different resolutions which is throwing the math off.
Repeatedly locking the database, moving the panel, and then unlocking it is a quick way to reproduce the issue.
I think this is either happening in MainForm(), perhaps the translation methods?
Can you implement the High DPI scaling mechanics you used for Entry Templates?
Right now the floating panel redraws and gets wider throughout the day. I haven't isolated what exactly the event is that causes the redraw, but it gets wider than both monitors.
Hiding and showing the floating panel again does not reduce the width, I wind up needing to close KeePass altogether.
The text was updated successfully, but these errors were encountered: