--- a/QTfrontend/ui/widget/roomnameprompt.cpp Tue Oct 15 11:35:46 2013 +0200
+++ b/QTfrontend/ui/widget/roomnameprompt.cpp Tue Oct 15 22:38:32 2013 +0400
@@ -57,8 +57,8 @@
dialogLayout->addWidget(cbSetPassword);
lePassword = new QLineEdit(this);
- //lePassword->setMaxLength(30);
- //lePassword->setStyleSheet("QLineEdit { padding: 3px; }");
+ lePassword->setMaxLength(30);
+ lePassword->setStyleSheet("QLineEdit { padding: 3px; }");
lePassword->setEnabled(false);
dialogLayout->addWidget(lePassword);