Skip to content

Commit

Permalink
Style class constant
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Jan 17, 2024
1 parent e75e57a commit 4e0c074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/WifiPage.vala
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public class Network.WifiInterface : Network.Widgets.Page {
max_width_chars = 30,
justify = Gtk.Justification.CENTER
};
scanning.add_css_class ("h2");
scanning.add_css_class (Granite.STYLE_CLASS_H2_LABEL);

var scanning_box = new Gtk.Box (Gtk.Orientation.VERTICAL, 6) {
visible = true,
Expand Down

0 comments on commit 4e0c074

Please sign in to comment.