[Linux Theme] Use new icon for supermenu and bookmarks in locationbar
All icons in locationbar now have 16px height. Also all fallback icons in Linux theme are now from Oxygen.
Before Width: | Height: | Size: 475 B After Width: | Height: | Size: 626 B |
Before Width: | Height: | Size: 667 B After Width: | Height: | Size: 935 B |
BIN
bin/themes/linux/images/go-jump-locationbar.png
Normal file
After Width: | Height: | Size: 957 B |
Before Width: | Height: | Size: 619 B After Width: | Height: | Size: 940 B |
Before Width: | Height: | Size: 626 B After Width: | Height: | Size: 907 B |
Before Width: | Height: | Size: 612 B |
Before Width: | Height: | Size: 583 B After Width: | Height: | Size: 907 B |
BIN
bin/themes/linux/images/menu.png
Normal file
After Width: | Height: | Size: 284 B |
Before Width: | Height: | Size: 526 B After Width: | Height: | Size: 189 B |
Before Width: | Height: | Size: 1007 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 359 B After Width: | Height: | Size: 793 B |
Before Width: | Height: | Size: 347 B After Width: | Height: | Size: 650 B |
Before Width: | Height: | Size: 685 B After Width: | Height: | Size: 1.3 KiB |
|
@ -65,8 +65,7 @@
|
|||
|
||||
#navigation-button-supermenu
|
||||
{
|
||||
qproperty-themeIcon: "preferences-desktop";
|
||||
qproperty-fallbackIcon: url(images/preferences-desktop.png);
|
||||
qproperty-icon: url(images/menu.png);
|
||||
}
|
||||
|
||||
#navigation-button-exitfullscreen
|
||||
|
@ -166,11 +165,12 @@ IconProvider
|
|||
{
|
||||
qproperty-fixedsize: 16px 16px;
|
||||
qproperty-themeIcon: "go-jump-locationbar";
|
||||
qproperty-fallbackIcon: url(images/gotoaddress.png);
|
||||
qproperty-fallbackIcon: url(images/go-jump-locationbar.png);
|
||||
}
|
||||
|
||||
#locationbar-down-icon
|
||||
{
|
||||
padding-right: 2px;
|
||||
qproperty-pixmap: url(images/navigation-dropdown.png);
|
||||
}
|
||||
|
||||
|
|