AvianNetwork / Avian

Avian Network is a proof-of-work secured blockchain designed for efficient and interoperable asset management.
https://avn.network
MIT License
54 stars 25 forks source link

QT: QComboBox issue #81

Closed alamshafil closed 2 years ago

alamshafil commented 2 years ago

When I click on certain drop boxes QComboBox it pops up large and unreadable with no text. Not sure if issue is present on Windows or macOS. Please comment if don't see or see this issue.

Running Avian 4.0.0 on Arch Linux x86_64 (GNOME on Wayland)

Screenshot from 2022-07-13 00-13-10

alamshafil commented 2 years ago

Looking into the css (dark and light), I found out that removing the lines below resulted the issue being fixed. This means it could be a style-sheet issue and a style found somewhere below is causing this issue.

https://github.com/AvianNetwork/Avian/blob/5aa0e4aa4040c1f3f1f71b0aa1a6edf2e86875d2/src/qt/res/css/Dark.css#L341-L413

alamshafil commented 2 years ago

Issue has been fixed for both dark and light mode.

image