X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fengineer%2Ftimetabledialog.cpp;h=4f227128cee624fe5bd50b255284f31d3258d7d8;hb=1f9af43b6ab300693c044b431e95b25422b36507;hp=fcb06f84fceba54e736834ee706adc1f0a52f8c6;hpb=e2ecc5a6e8e8056cd09599e60140498f322b87b6;p=r2c2.git diff --git a/source/engineer/timetabledialog.cpp b/source/engineer/timetabledialog.cpp index fcb06f8..4f22712 100644 --- a/source/engineer/timetabledialog.cpp +++ b/source/engineer/timetabledialog.cpp @@ -38,6 +38,7 @@ TimetableDialog::TimetableDialog(const GLtk::Resources &r, Timetable &tt): add(*(ent_timetable = new GLtk::Entry(res))); ent_timetable->set_geometry(GLtk::Geometry(10, 45, geom.w-20, geom.h-55)); + ent_timetable->set_style("multiline"); ent_timetable->set_multiline(true); string text;