Merge branch 'matthiasc/for-master' into 'master'

dropdown: Use our own CSS name

See merge request GNOME/gtk!2061
This commit is contained in:
Matthias Clasen 2020-06-08 11:15:28 +00:00
commit 80c5e4a156

View File

@ -88,7 +88,11 @@
* </items>
* </object>
* ]|
*
* * # CSS nodes
*
* GtkDropDown has a single CSS node with name dropdown,
* with the button and popover nodes as children.
*/
struct _GtkDropDown
@ -526,7 +530,7 @@ gtk_drop_down_class_init (GtkDropDownClass *klass)
gtk_widget_class_bind_template_callback (widget_class, search_changed);
gtk_widget_class_bind_template_callback (widget_class, search_stop);
gtk_widget_class_set_css_name (widget_class, I_("combobox"));
gtk_widget_class_set_css_name (widget_class, I_("dropdown"));
}
static void