mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
GtkBubbleWindow: use OSD style class
This commit is contained in:
parent
3c8e1c92a8
commit
e54f8f4c62
@ -94,6 +94,9 @@ _gtk_bubble_window_init (GtkBubbleWindow *window)
|
||||
|
||||
if (visual)
|
||||
gtk_widget_set_visual (widget, visual);
|
||||
|
||||
gtk_style_context_add_class (gtk_widget_get_style_context (widget),
|
||||
GTK_STYLE_CLASS_OSD);
|
||||
}
|
||||
|
||||
static GObject *
|
||||
|
Loading…
Reference in New Issue
Block a user