Skip to content

Commit bd0cd0c

Browse files
committed
wrap line help message for actions on multi-message-selection
proposed by @ibuclaw (Iain Buclaw <[email protected]>) in #738 (comment) The missing line-wrapping lead to issues with narrow screens/window widths (#738).
1 parent 5e33e38 commit bd0cd0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main_window.cc

+1
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ namespace Astroid {
163163
label_multi = Gtk::manage (new Gtk::Label ());
164164
rh_->pack_start (*label_multi, true, true, 5);
165165
label_multi->set_halign (Gtk::ALIGN_START);
166+
label_multi->set_line_wrap();
166167

167168
rev_multi->set_margin_top (0);
168169
rh_->set_margin_bottom (5);

0 commit comments

Comments
 (0)