Skip to content

Commit

Permalink
Remove this
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Jan 30, 2024
1 parent a0675de commit 272f85c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fuses/appearance/AppearanceView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,6 @@ public class AppearanceView : Gtk.Box {
var roundness_box = new Gtk.Box (Gtk.Orientation.VERTICAL, 6);
roundness_box.append (roundness_label);
roundness_box.append (roundness_control_box);
roundness_box.add_css_class ("mini-content-block");

tau_appearance_settings.bind ("font-weight", roundness_adjustment, "value", SettingsBindFlags.GET);

Expand Down

0 comments on commit 272f85c

Please sign in to comment.