forked from AuroraMiddleware/gtk
magnifier: Set a css name
Predictably, we use the name "magnifier".
This commit is contained in:
parent
e3c38e4143
commit
5d59447ccb
@ -202,6 +202,8 @@ gtk_magnifier_class_init (GtkMagnifierClass *klass)
|
||||
P_("resize"),
|
||||
FALSE,
|
||||
G_PARAM_READWRITE));
|
||||
|
||||
gtk_widget_class_set_css_name (widget_class, "magnifier");
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user