Skip to content

Commit

Permalink
Move in 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Jan 30, 2024
1 parent 70fb372 commit 8519c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuses/appearance/AppearanceView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ public class AppearanceView : Gtk.Box {
};
roundness_label.add_css_class ("cb-title");

var roundness_adjustment = new Gtk.Adjustment (-1, 0.0, 12.5, 0.1, 0, 0);
var roundness_adjustment = new Gtk.Adjustment (-1, 0.0, 12.5, 1.0, 0, 0);

var roundness_scale = new Gtk.Scale (Gtk.Orientation.HORIZONTAL, roundness_adjustment) {
draw_value = false,
Expand Down

0 comments on commit 8519c0a

Please sign in to comment.