Skip to content

Commit

Permalink
Tweak action area margin for dialogs on elementary OS
Browse files Browse the repository at this point in the history
  • Loading branch information
ztefn committed Aug 20, 2021
1 parent 9ccc6bc commit dbc98df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/utils.vala
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,11 @@ public class Utils : Object
if (Haguichi.dialog_use_header_bar == false)
{
action_area.border_width = 0;
#if FOR_ELEMENTARY
action_area.margin = 5;
#else
action_area.margin = 12;
#endif
action_area.margin_top = 0;
}
}
Expand Down

0 comments on commit dbc98df

Please sign in to comment.