mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 14:30:15 +00:00
revealer: Use an element name
This commit is contained in:
parent
4fe04ab54a
commit
d40576fb3e
@ -262,6 +262,8 @@ gtk_revealer_class_init (GtkRevealerClass *klass)
|
||||
G_PARAM_READABLE);
|
||||
|
||||
g_object_class_install_properties (object_class, LAST_PROP, props);
|
||||
|
||||
gtk_widget_class_set_css_name (widget_class, "revealer");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user