https://bugs.winehq.org/show_bug.cgi?id=52823
Bug ID: 52823 Summary: Wine-Mono UI Discrepancies with Community Batman Arkham Asylum Launcher Product: Wine Version: 7.6 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: nekoNexus@protonmail.ch Distribution: ---
Created attachment 72207 --> https://bugs.winehq.org/attachment.cgi?id=72207 Screenshots with Different DPIs and Wine Themes
SHA256 of BmLauncher.exe: 5d2c63df597793a45b2647ce73059e523fdd12482579313a6b649489604aed90
Download location via web archive: https://web.archive.org/web/20220410202545/https://objects.githubusercontent...
-----
The application is an open-source .NET 4.5 program: https://github.com/neatodev/BmLauncher
-----
The issue here is primarily that: - UI elements don't align properly (see buttons toward the bottom of the screenshots)
- Text describing drop-down lists (mostly) "runs into" the drop-down lists themselves (no padding)
- Tool-tips are slightly cut-off towards the top of their bubbles
- Using the drop-down list above the checkbox ("Pool Size") or hovering over the checkbox item itself causes it to partially disappear as a sort of cut-out where the drop-down would overlap
- and the "Miscellaneous" box's text is crammed; it renders incorrectly
Those main issues aside, the lack of HiDPI support in Wine meant that the project had to adapt to support Wine's winecfg scaling setting to look the way it does now; would be great if HiDPI support finally gets implemented... >_>
(It used to look much, much worse: https://cdn.discordapp.com/attachments/962343073923354685/962346292909068308... )
https://bugs.winehq.org/show_bug.cgi?id=52823
nekoNexus@protonmail.ch changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://web.archive.org/web | |/20220410202545/https://obj | |ects.githubusercontent.com/ | |github-production-release-a | |sset-2e65be/243384062/00ebf | |026-b06d-4ebb-a06f-2e0dbca5 | |b913?X-Amz-Algorithm=AWS4-H | |MAC-SHA256&X-Amz-Credential | |=AKIAIWNJYAX4CSVEH53A%2F202 | |20410%2Fus-east-1%2Fs3%2Faw | |s4_request&X-Amz-Date=20220 | |410T202544Z&X-Amz-Expires=3 | |00&X-Amz-Signature=353e804b | |ec37d3e467ee0e728b9ac3712ad | |986bbd68c13c5654c9bdd7a02fc | |b4&X-Amz-SignedHeaders=host | |&actor_id=0&key_id=0&repo_i | |d=243384062&response-conten | |t-disposition=attachment%3B | |%20filename%3DBmLauncher.zi | |p&response-content-type=app | |lication%2Foctet-stream Keywords| |dotnet, download, source Distribution|--- |ArchLinux
https://bugs.winehq.org/show_bug.cgi?id=52823
nekoNexus@protonmail.ch changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Wine-Mono UI Discrepancies |Wine-Mono UI Discrepancies |with Community Batman |with Community Advanced |Arkham Asylum Launcher |Batman Arkham Asylum | |Launcher
https://bugs.winehq.org/show_bug.cgi?id=52823
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- This overall looks like different font is used, or metrics are not matching, leading to different text measurement.
https://bugs.winehq.org/show_bug.cgi?id=52823
--- Comment #2 from nekoNexus@protonmail.ch --- How does that account for any of the non-font issues? Non-font issues aside, this isn't identical behavior on Windows, so...
https://bugs.winehq.org/show_bug.cgi?id=52823
--- Comment #3 from nekoNexus@protonmail.ch --- Created attachment 72208 --> https://bugs.winehq.org/attachment.cgi?id=72208 Plain Wine 7.6 Log
https://bugs.winehq.org/show_bug.cgi?id=52823
--- Comment #4 from Nikolay Sivov bunglehead@gmail.com --- (In reply to nekoNexus from comment #2)
How does that account for any of the non-font issues? Non-font issues aside, this isn't identical behavior on Windows, so...
Placement of sizes of UI elements often depend on fonts.
https://bugs.winehq.org/show_bug.cgi?id=52823
--- Comment #5 from nekoNexus@protonmail.ch --- I found that installing MS calibri fixes some of these issues (namely the text padding issues) but not all of them (the tooltip and left checkbox text disappearing issue)