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
URL color contrast on dark themes is still bad on Windows. Fixed: eecdd8c
We have no actual "Light" theme mode, just a "Default" which can be overridden by the system theme. A consequence for this is that it's not possible for a user to have Porymap in a Light theme if it disagrees with their system theme. If we accept system themes we may wish to detect dark mode and switch to our dark mode stylesheet automatically instead.
On newer versions of macOS the Default theme doesn't change the appearance of QComboBox dropdown handles if they're disabled, so they appear identical to enabled QComboBoxs with placeholder text:
Changing to the Default theme retains some incorrect colors. See image (apparently just QScrollArea on Windows, not reproducible on macOS)
The text was updated successfully, but these errors were encountered:
QPalette::PlaceholderText
or placeholder-text-color are useful for thisQComboBox
dropdown handles if they're disabled, so they appear identical to enabledQComboBox
s with placeholder text:QScrollArea
on Windows, not reproducible on macOS)The text was updated successfully, but these errors were encountered: