diff --git a/src/main_window.cc b/src/main_window.cc index 2b885c70..0c375379 100644 --- a/src/main_window.cc +++ b/src/main_window.cc @@ -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);