1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

Linux theme: Use theme icons for go and key icons

See #1811
This commit is contained in:
David Rosca 2016-01-24 13:11:32 +01:00
parent 2a5c6ecfa1
commit 96e0ce6d8a

View File

@ -132,7 +132,9 @@ IconProvider
#locationbar-goicon
{
qproperty-pixmap: url(images/goto.png);
qproperty-themeIcon: "go-jump-locationbar";
qproperty-fallbackIcon: url(images/goto.png);
qproperty-fixedsize: 16px 16px;
}
#locationbar-down-icon
@ -143,7 +145,9 @@ IconProvider
#locationbar-autofillicon
{
qproperty-pixmap: url(images/key.png);
qproperty-themeIcon: "user-identity";
qproperty-fallbackIcon: url(images/key.png);
qproperty-fixedsize: 16px 16px;
}
/*WebSearchBar*/