mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 14:31:10 +00:00
scale: Don't set label css name to "label"
That's already the css name of all labels.
This commit is contained in:
parent
6eba544ad4
commit
85a002bf9f
@ -1799,7 +1799,6 @@ gtk_scale_add_mark (GtkScale *scale,
|
||||
if (mark->markup && *mark->markup)
|
||||
{
|
||||
mark->label_widget = g_object_new (GTK_TYPE_LABEL,
|
||||
"css-name", "label",
|
||||
"use-markup", TRUE,
|
||||
"label", mark->markup,
|
||||
NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user