Skip to content

Commit

Permalink
Reduce margins on yes/no revealer to 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuclaw authored and jorsn committed Jun 18, 2024
1 parent 9482d74 commit 8426f72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main_window.cc
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ namespace Astroid {
rh->pack_start (*no, false, true, 5);

rev_yes_no->set_margin_top (0);
rh->set_margin_bottom (5);
rh->set_margin_top (5);
rh->set_margin_bottom (3);
rh->set_margin_top (3);

rev_yes_no->add (*rh);
rev_yes_no->set_reveal_child (false);
Expand Down

0 comments on commit 8426f72

Please sign in to comment.