pragha-music-player / pragha

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

deprecated css #136

Closed triorr closed 6 years ago

triorr commented 6 years ago

https://github.com/pragha-music-player/pragha/blob/3a51015f252599d8fb482102d6ab0b5f48119204/src/pragha-sidebar.c#L201 I'm getting some deprecated css warnings at the start in command line. gtk 3.22.29-3ubuntu1

triorr commented 6 years ago

Suggestion

    gtk_css_provider_load_from_data (provider,
                                     "#s-tiny-button {\n"
#if GTK_CHECK_VERSION (3, 14, 0)
                                     " margin : 0px;\n"
#else
                                     " -GtkButton-default-border : 0px;\n"
                                     " -GtkButton-default-outside-border : 0px;\n"
                                     " -GtkButton-inner-border: 0px;\n"
                                     " -GtkWidget-focus-line-width: 0px;\n"
                                     " -GtkWidget-focus-padding: 0px;\n"
#endif
                                     " padding: 1px;}",
                                     -1, NULL);
matiasdelellis commented 6 years ago

Hi @triorr I need to check a lot of CSS, maybe start with this .. :wink: Thanks..