ubuntu-sdk-bugs team mailing list archive
-
ubuntu-sdk-bugs team
-
Mailing list archive
-
Message #05844
[Bug 1408643] Re: Header divider is invisible on very dark backgrounds
This is fixed with the new header and new theming with palette.
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1408643
Title:
Header divider is invisible on very dark backgrounds
Status in Ubuntu UX:
Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
Fix Released
Bug description:
The color for the header divider is calculated by
Qt.darker(backgroundColor). If backgroundColor is already very dark or
black, this leads to an invisible header divider. Probably it needs to
check for a certain darkness threshold and use
Qt.lighter(backgroundColor) instead.
Ideally the app developer could also override the color for the
divider so that it can match the foregroundColor, meaning the divider
would be the same color as the text and icons inside the header.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1408643/+subscriptions
References