Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
remove actions margin_top
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-Styki authored Aug 15, 2021
1 parent 21bf2ed commit 430868a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ScreenrecorderWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ namespace ScreenRec {

// Actions : [Close][Record]
actions = new Gtk.Box (Gtk.Orientation.HORIZONTAL, 6);
actions.margin_top = 24;
actions.set_hexpand(true);
actions.set_homogeneous(true);
actions.add (left_button);
Expand Down

0 comments on commit 430868a

Please sign in to comment.