1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

[Oxygen-fallback] Added bookmark-new-list icon

This commit is contained in:
nowrep 2014-03-24 16:22:32 +01:00
parent c182dd6f34
commit f7a88a82f7
4 changed files with 10 additions and 7 deletions

View File

@ -14,6 +14,12 @@
<file>oxygen-fallback/16x16/user-trash-full.png</file>
<file>oxygen-fallback/16x16/view-refresh.png</file>
<file>oxygen-fallback/16x16/view-restore.png</file>
<file>oxygen-fallback/16x16/bookmark-new.png</file>
<file>oxygen-fallback/16x16/bookmarks-organize.png</file>
<file>oxygen-fallback/16x16/configure.png</file>
<file>oxygen-fallback/16x16/dialog-close.png</file>
<file>oxygen-fallback/16x16/window-new.png</file>
<file>oxygen-fallback/16x16/bookmark-new-list.png</file>
<file>oxygen-fallback/22x22/go-down.png</file>
<file>oxygen-fallback/22x22/go-home.png</file>
<file>oxygen-fallback/22x22/go-jump-locationbar.png</file>
@ -27,17 +33,13 @@
<file>oxygen-fallback/22x22/user-trash-full.png</file>
<file>oxygen-fallback/22x22/view-refresh.png</file>
<file>oxygen-fallback/22x22/view-restore.png</file>
<file>oxygen-fallback/32x32/preferences-desktop.png</file>
<file>oxygen-fallback/32x32/preferences-system-network.png</file>
<file>oxygen-fallback/16x16/bookmark-new.png</file>
<file>oxygen-fallback/16x16/bookmarks-organize.png</file>
<file>oxygen-fallback/16x16/configure.png</file>
<file>oxygen-fallback/22x22/bookmark-new.png</file>
<file>oxygen-fallback/22x22/bookmarks-organize.png</file>
<file>oxygen-fallback/22x22/configure.png</file>
<file>oxygen-fallback/16x16/dialog-close.png</file>
<file>oxygen-fallback/22x22/dialog-close.png</file>
<file>oxygen-fallback/16x16/window-new.png</file>
<file>oxygen-fallback/22x22/window-new.png</file>
<file>oxygen-fallback/22x22/bookmark-new-list.png</file>
<file>oxygen-fallback/32x32/preferences-desktop.png</file>
<file>oxygen-fallback/32x32/preferences-system-network.png</file>
</qresource>
</RCC>

Binary file not shown.

After

Width:  |  Height:  |  Size: 794 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -167,6 +167,7 @@ int main(int argc, char* argv[])
signal(SIGPIPE, qupzilla_signal_handler);
#endif
// Set fallback icon theme (eg. on Windows/Mac)
if (!QIcon::hasThemeIcon(QSL("document-open"))) {
QIcon::setThemeSearchPaths(QStringList() << QL1S(":/oxygen-fallback"));
QIcon::setThemeName(QSL("oxygen-fallback"));