QTfrontend/pages.cpp
changeset 1334 b58afaadf7ae
parent 1315 c2f09811bb8c
child 1377 a9e768739345
--- a/QTfrontend/pages.cpp	Thu Oct 09 15:54:09 2008 +0000
+++ b/QTfrontend/pages.cpp	Thu Oct 09 16:03:27 2008 +0000
@@ -625,6 +625,7 @@
 	QGridLayout * pageLayout = new QGridLayout(this);
 
 	roomName = new QLineEdit(this);
+	roomName->setMaxLength(60);
 	pageLayout->addWidget(roomName, 0, 0);
 	roomsList = new QListWidget(this);
 	pageLayout->addWidget(roomsList, 1, 0, 3, 1);