X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fengineer%2Ftimetabledialog.cpp;h=1c7c907d25959904f5dc326a345a058af50f12b9;hb=e13742268b7030f8d6152858d39f1c6b43f94c88;hp=fcb06f84fceba54e736834ee706adc1f0a52f8c6;hpb=e2ecc5a6e8e8056cd09599e60140498f322b87b6;p=r2c2.git diff --git a/source/engineer/timetabledialog.cpp b/source/engineer/timetabledialog.cpp index fcb06f8..1c7c907 100644 --- a/source/engineer/timetabledialog.cpp +++ b/source/engineer/timetabledialog.cpp @@ -19,7 +19,7 @@ TimetableDialog::TimetableDialog(const GLtk::Resources &r, Timetable &tt): GLtk::Dialog(r), timetable(tt) { - set_size(200, 200); + set_size(250, 200); GLtk::Button *btn; @@ -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;