magnifier: Set a css name

Predictably, we use the name "magnifier".
This commit is contained in:
Matthias Clasen 2020-11-03 10:11:50 -05:00
parent e3c38e4143
commit 5d59447ccb

View File

@ -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