Skip to content

Commit

Permalink
Remove margin workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Dec 20, 2023
1 parent c4fbd4d commit b7ba1a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Views/OperatingSystemView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,8 @@ public class About.OperatingSystemView : Gtk.Box {
button_grid.append (settings_restore_button);
button_grid.append (primary_button_box);


software_grid = new Gtk.Grid () {
// The avatar has some built-in margin for shadows
column_spacing = 32 - 6,
column_spacing = 32,
halign = Gtk.Align.CENTER,
row_spacing = 6,
valign = Gtk.Align.CENTER,
Expand Down

0 comments on commit b7ba1a4

Please sign in to comment.