Skip to content

Commit

Permalink
Update DisplayPlug.vala
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Mar 1, 2024
1 parent 48abd46 commit 0a2dbe3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/DisplayPlug.vala
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ public class Display.Plug : Switchboard.Plug {
};
headerbar.add_css_class (Granite.STYLE_CLASS_FLAT);


box = new Gtk.Box (VERTICAL, 0);
box.append (headerbar);
box.append (stack);
Expand Down

0 comments on commit 0a2dbe3

Please sign in to comment.