appchooserbutton: Set a CSS name

Otherwise it has a CSS name "widget".
This commit is contained in:
nana-4 2020-08-02 18:26:40 +09:00
parent be03613e30
commit 5f00675de4

View File

@ -45,6 +45,10 @@
*
* To track changes in the selected application, use the
* #GtkAppChooserButton::changed signal.
*
* # CSS nodes
*
* GtkAppChooserButton has a single CSS node with the name appchooserbutton.
*/
#include "config.h"
@ -741,6 +745,7 @@ gtk_app_chooser_button_class_init (GtkAppChooserButtonClass *klass)
1, G_TYPE_STRING);
gtk_widget_class_set_css_name (widget_class, I_("appchooserbutton"));
}
static void