[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r2020: Limit the 'Add Bridge' line edit box to 100 characters. Real (in trunk: . src/gui/config)
Author: edmanm
Date: 2007-10-12 23:18:24 -0400 (Fri, 12 Oct 2007)
New Revision: 2020
Modified:
trunk/
trunk/src/gui/config/networkpage.ui
Log:
r2103@lysithea: edmanm | 2007-10-12 23:18:22 -0400
Limit the 'Add Bridge' line edit box to 100 characters. Really, the longest
bridge entry should only be at most 79 characters, but we'll give users some
room to be 'creative' with their spacing.
Property changes on: trunk
___________________________________________________________________
svk:merge ticket from /local/vidalia/trunk [r2103] on dc66be73-d13e-47ba-a267-8dc7cda68c65
Modified: trunk/src/gui/config/networkpage.ui
===================================================================
--- trunk/src/gui/config/networkpage.ui 2007-10-13 03:08:35 UTC (rev 2019)
+++ trunk/src/gui/config/networkpage.ui 2007-10-13 03:18:24 UTC (rev 2020)
@@ -305,7 +305,11 @@
<number>6</number>
</property>
<item>
- <widget class="QLineEdit" name="lineBridge" />
+ <widget class="QLineEdit" name="lineBridge" >
+ <property name="maxLength" >
+ <number>100</number>
+ </property>
+ </widget>
</item>
<item>
<widget class="QListWidget" name="listBridges" >