• Abílio Costa's avatar
    Fix default mpris icon size (#370) · ed1b721a
    Abílio Costa authored
    * Fix default mpris icon size
    
    The widget was was using the .ui size instead of the user config
    size in the following situations:
    
    - there was no media player app
    - the media player app icon was used
    - the audio-x-generic-symbolic icon was used
    
    This fix sets the default size for the album art icon according to the
    user's config.
    
    set_from_gicon and set_from_icon_name receive a Gtk.IconSize enum value,
    not an int, so we need to call set_pixel_size to set the proper size.
    
    * Use INVALID for IconSize
    
    * Fix lint
    ed1b721a
Name
Last commit
Last update
..
backlight Loading commit data...
buttonsGrid Loading commit data...
dnd Loading commit data...
inhibitors Loading commit data...
label Loading commit data...
menubar Loading commit data...
mpris Loading commit data...
shared Loading commit data...
title Loading commit data...
volume Loading commit data...
baseWidget.vala Loading commit data...
factory.vala Loading commit data...