mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-31 01:29:41 +01:00
More icon fixes
This commit is contained in:
parent
7c9fc91af9
commit
c02997e6d9
Binary file not shown.
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 22 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 16 KiB |
@ -59,7 +59,7 @@ static const QMap<QString, IconProperties> iconmapper_ = {
|
||||
{ "document-open", { {}, 0, 0 } },
|
||||
{ "document-save", { {}, 0, 0 } },
|
||||
{ "document-search", { {}, 0, 0 } },
|
||||
{ "download", { {}, 0, 0 } },
|
||||
{ "download", { {"applications-internet", "network-workgroup"}, 0, 0 } },
|
||||
{ "edit-clear-list", { {}, 0, 0 } },
|
||||
{ "edit-clear-locationbar-ltr", { {}, 0, 0 } },
|
||||
{ "edit-copy", { {}, 0, 0 } },
|
||||
@ -69,11 +69,11 @@ static const QMap<QString, IconProperties> iconmapper_ = {
|
||||
{ "edit-rename", { {}, 0, 0 } },
|
||||
{ "edit-undo", { {}, 0, 0 } },
|
||||
{ "electrocompaniet", { {}, 0, 0 } },
|
||||
{ "equalizer", { {}, 0, 0 } },
|
||||
{ "equalizer", { {"view-media-equalizer"}, 0, 0 } },
|
||||
{ "folder-new", { {}, 0, 0 } },
|
||||
{ "folder", { {}, 0, 0 } },
|
||||
{ "folder-sound", { {"folder-music"}, 0, 0 } },
|
||||
{ "footsteps", { {}, 0, 0 } },
|
||||
{ "footsteps", { {"go-jump"}, 0, 0 } },
|
||||
{ "go-down", { {}, 0, 0 } },
|
||||
{ "go-home", { {}, 0, 0 } },
|
||||
{ "go-jump", { {}, 0, 0 } },
|
||||
@ -85,7 +85,7 @@ static const QMap<QString, IconProperties> iconmapper_ = {
|
||||
{ "help-hint", { {}, 0, 0 } },
|
||||
{ "intel", { {}, 0, 0 } },
|
||||
{ "jack", { {}, 0, 0 } },
|
||||
{ "keyboard", { {}, 0, 0 } },
|
||||
{ "keyboard", { {"input-keyboard"}, 0, 0 } },
|
||||
{ "list-add", { {}, 0, 0 } },
|
||||
{ "list-remove", { {}, 0, 0 } },
|
||||
{ "love", { {"heart", "emblem-favorite"}, 0, 0 } },
|
||||
|
Loading…
x
Reference in New Issue
Block a user