mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Linux theme: Prefer arrow icons from icon theme
This commit is contained in:
parent
96e0ce6d8a
commit
becccf7ec5
|
@ -66,19 +66,22 @@
|
|||
|
||||
#tabbar-button-right
|
||||
{
|
||||
qproperty-icon: url(images/tab-right-arrow.png);
|
||||
qproperty-themeIcon: "arrow-right";
|
||||
qproperty-fallbackIcon: url(images/tab-right-arrow.png);
|
||||
qproperty-fixedsize: 15px 25px;
|
||||
}
|
||||
|
||||
#tabbar-button-left
|
||||
{
|
||||
qproperty-icon: url(images/tab-left-arrow.png);
|
||||
qproperty-themeIcon: "arrow-left";
|
||||
qproperty-fallbackIcon: url(images/tab-left-arrow.png);
|
||||
qproperty-fixedsize: 15px 25px;
|
||||
}
|
||||
|
||||
#tabwidget-button-opentabs
|
||||
{
|
||||
qproperty-icon: url(images/tabs-list-button.png);
|
||||
qproperty-themeIcon: "arrow-down";
|
||||
qproperty-fallbackIcon: url(images/tabs-list-button.png);
|
||||
qproperty-fixedsize: 20px 25px;
|
||||
}
|
||||
|
||||
|
|
|
@ -12,10 +12,12 @@
|
|||
|
||||
#tabbar-button-right
|
||||
{
|
||||
qproperty-icon: url(images/tab-left-arrow.png);
|
||||
qproperty-themeIcon: "arrow-left";
|
||||
qproperty-fallbackIcon: url(images/tab-left-arrow.png);
|
||||
}
|
||||
|
||||
#tabbar-button-left
|
||||
{
|
||||
qproperty-icon: url(images/tab-right-arrow.png);
|
||||
qproperty-themeIcon: "arrow-right";
|
||||
qproperty-fallbackIcon: url(images/tab-right-arrow.png);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user