forked from qt-creator/qt-creator
Help: Improved bookmark icon for non-toolbar
This change makes the bookmark icons in the bookmark list and locator look better. Change-Id: I9d8fab31ca945ad7d93deb82942ac0f3f972e993 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
This commit is contained in:
@@ -32,8 +32,10 @@ namespace Help {
|
||||
namespace Icons {
|
||||
|
||||
const Utils::Icon BOOKMARK({
|
||||
{QLatin1String(":/help/images/bookmark.png"), Utils::Theme::PanelTextColorMid}}, Utils::Icon::Tint);
|
||||
const Utils::Icon BOOKMARK_TOOLBAR({
|
||||
{QLatin1String(":/help/images/bookmark.png"), Utils::Theme::IconsBaseColor}});
|
||||
const Utils::Icon HOME({
|
||||
const Utils::Icon HOME_TOOLBAR({
|
||||
{QLatin1String(":/help/images/home.png"), Utils::Theme::IconsBaseColor}});
|
||||
const Utils::Icon MODE_HELP_CLASSIC(
|
||||
QLatin1String(":/help/images/mode_help.png"));
|
||||
|
||||
Reference in New Issue
Block a user