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
{{ message }}
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.
OS: Linux (Debian Sid, up-to-date as of today), under MATE desktop
qTox version: Both Nightly package from this morning (1.4.0-151-g7ca9809-1) and custom build of Git's master (645e950)
Commit hash: 7ca9809 and 645e950
Qt: 5.5.1
Reproducible: Always
Steps to reproduce
Launch qTox
Go to the New Profile screen (if not already the case)
Hit CapsLock
Observed Behavior
The password fields shrink and its content is mostly invisible:
A slight variant is when CapsLock is enabled before the screen shows up: same but with small icon instead of overflowing one.
Expected Behavior
No shrinking, just a CapsLock warning. Here is a screenshot of the screen when CapsLock is off (and everything displays fine):
Additional Info
This might be related to be running on MATE and Qt trying to look GTK, not sure.
The text was updated successfully, but these errors were encountered:
Fix altering the Line Edit widget height when the indicator is on (e.g.
when caps lock is active).
To avoid messing with the style and all the complex issues that arise
from it, use an action to display the icon inside the line edit, as it
is a built-in feature that work just fine.
FixesqTox#3379.
Brief Description
OS: Linux (Debian Sid, up-to-date as of today), under MATE desktop
qTox version: Both Nightly package from this morning (1.4.0-151-g7ca9809-1) and custom build of Git's master (645e950)
Commit hash: 7ca9809 and 645e950
Qt: 5.5.1
Reproducible: Always
Steps to reproduce
Observed Behavior
The password fields shrink and its content is mostly invisible:
A slight variant is when CapsLock is enabled before the screen shows up: same but with small icon instead of overflowing one.
Expected Behavior
No shrinking, just a CapsLock warning. Here is a screenshot of the screen when CapsLock is off (and everything displays fine):
Additional Info
This might be related to be running on MATE and Qt trying to look GTK, not sure.
The text was updated successfully, but these errors were encountered: