Skip to content

Commit

Permalink
wrap line in multi-selection help message
Browse files Browse the repository at this point in the history
proposed by @ibuclaw (Iain Buclaw <ibuclaw@gdcproject.org>)
in #738 (comment)
  • Loading branch information
jorsn committed Jun 29, 2024
1 parent dad2b8b commit da5e356
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main_window.cc
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ namespace Astroid {
label_multi = Gtk::manage (new Gtk::Label ());
rh_->pack_start (*label_multi, true, true, 5);
label_multi->set_halign (Gtk::ALIGN_START);
label_multi->set_line_wrap();

rev_multi->set_margin_top (0);
rh->set_margin_bottom (5);
Expand Down

0 comments on commit da5e356

Please sign in to comment.