-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QR code is stretched horizontally within its window #8944
Comments
Cannot replicate on Windows so this must be a bug on macOS and Linux only... |
Does it need to be fixed? Just don't size the window in one dimension, use the corner resize. I tried to fix it and it seemed impossible no matter what I did. |
The point of allowing the window to resize is so that the qr code resizes as well. If it stays a fixed size, then this didn't solve the problem. |
Sure, I will try... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview
Resizing the QR code display window horizontally distorts the QR code itself, i.e. it's not square anymore.
Steps to Reproduce
Expected Behavior
The QR code should always be square, centered and as large as possible within the limits of its allocated window are. (If the window is resized vertically, the program behaves correctly.)
Actual Behavior
The QR code is stretched horizontally, covering the whole width of the window. Scanning it with a smartphone camera will not work correctly.
Context
KeePassXC - Version 2.7.4
Revision: 63b2394
Qt 5.15.3
Operating System: Linux
Desktop Env: Cinnamon
Windowing System: X11
The text was updated successfully, but these errors were encountered: