pragha-music-player / pragha

Pragha is a Lightweight Music Player for GNU/Linux.
GNU General Public License v3.0
173 stars 35 forks source link

Menu icon blured #85

Closed varlesh closed 8 years ago

varlesh commented 8 years ago

fallbacks_icon_menu use open-menu-symbolic. This not good variant, because other icons not symbolic (different style and color) and symbolic icons one size only (16x16px), but player have option use 24x24 icons and 16x16. When you use 24x24 px icons on toolbar (disable option "Use small icons") menu icon blured. Maybe better use other icon, not symbolic? 2015-09-25 21-04-52 2015-09-25 21-04-17

varlesh commented 8 years ago

open-menu good variant. But Adwaita not have this icon. Icons are by preference. Maybe use open-menu as default, open-menu-symbolic use as second?

const gchar *fallbacks_icon_menu[] = {
        "open-menu",
        "open-menu-symbolic",
        "emblem-system-symbolic",
        "emblem-system",
        NULL,
    };
matiasdelellis commented 8 years ago

Please, test and close.. :wink:

p.s:. change sizes of icons, are not a feature. I did it to fix the icons with CSD.. haha.. :disappointed:

varlesh commented 8 years ago

thx :wink: