Skip to content
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

Clock display incomplet #13421

Open
RafaelFrance opened this issue Jun 30, 2024 · 6 comments · May be fixed by #13430
Open

Clock display incomplet #13421

RafaelFrance opened this issue Jun 30, 2024 · 6 comments · May be fixed by #13430
Labels

Comments

@RafaelFrance
Copy link
Contributor

Bug Description

Tango skin

When 11:27 AM, the "M" is not visible.
Display clock 11 27 PM - incomplet

When 1:34 PM, it is correct.
Display clock display 1 34 PM - Correct

Version

2.5-beta-13-gc6d1d5f691

OS

Windows 11 Professionnal version 23H2

@Swiftb0y
Copy link
Member

Swiftb0y commented Jun 30, 2024

@ronso0 probably GUI scaling related?

@ronso0
Copy link
Member

ronso0 commented Jul 1, 2024

Hmm, the screenshots look as they are @100%.
It's just that the widget has afixed size and will clamp AM/PM

Fix is underway

@RafaelFrance
Copy link
Contributor Author

I confirm Interface setting. HiDPI / Retina scaling : 100%

Laptop screen : 17''

@ronso0 ronso0 linked a pull request Jul 1, 2024 that will close this issue
@ronso0 ronso0 linked a pull request Jul 1, 2024 that will close this issue
@ronso0
Copy link
Member

ronso0 commented Jul 1, 2024

The fix is in #13430, please test.

@RafaelFrance
Copy link
Contributor Author

Tested. Git Version : 2.4.1-36-ga9b6791259 (HEAD).

AM/PM is absent. Only "10:02" in place "10:02 PM".

@ronso0
Copy link
Member

ronso0 commented Jul 3, 2024

I can verifiy AM/PM is used when I pick the en_US locale in Mixxx.

FWIW my LC_CTYPE is en_GB.UTF-8 but somehow Mixxx detects this as 'C' locale (IIRC there was a related fix, but since I'm not into that so I can't tell if it's a actually a bug), skips translations and gives me hh:mm time format (as expected for en_GB).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants
@ronso0 @Swiftb0y @RafaelFrance and others