Commit 912507e1 authored by Roman Alifanov's avatar Roman Alifanov

small fix

parent 3cb37cc2
...@@ -20,7 +20,6 @@ class RadioChoiceWidget(BaseWidget): ...@@ -20,7 +20,6 @@ class RadioChoiceWidget(BaseWidget):
label=self.setting.name, label=self.setting.name,
halign=Gtk.Align.START halign=Gtk.Align.START
) )
title_label.add_css_class("heading")
content_box.append(title_label) content_box.append(title_label)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment