your own text in lobby-chat is colored now to easier seperate it from other messages. change internet game dialog maxlenght to 48.

This commit is contained in:
doitux
2010-07-14 09:29:05 +00:00
parent 44a8999095
commit 041d68d4a1
4 changed files with 17 additions and 9 deletions
+5 -1
View File
@@ -30,7 +30,11 @@
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_gameName"/>
<widget class="QLineEdit" name="lineEdit_gameName">
<property name="maxLength">
<number>48</number>
</property>
</widget>
</item>
</layout>
</item>