]> git.tdb.fi Git - r2c2.git/blobdiff - source/engineer/timetabledialog.cpp
Rework the UI elements for a smoother and more uniform look
[r2c2.git] / source / engineer / timetabledialog.cpp
index fcb06f84fceba54e736834ee706adc1f0a52f8c6..4f227128cee624fe5bd50b255284f31d3258d7d8 100644 (file)
@@ -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;