Fix for bug 77598: Company Identifier (UA String) field too narrow (r=tao)
Limiting user agent string to 10 chars git-svn-id: svn://10.0.0.236/trunk@99679 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -150,30 +150,29 @@ Height=20
|
||||
[Widget 4937]
|
||||
Type=Text
|
||||
Name=Text174
|
||||
Value=Enter Your Company Identifier:
|
||||
Value=Enter Your Company Identifier (up to 10 characters; no spaces):
|
||||
Start_x=8
|
||||
Start_y=220
|
||||
Width=98
|
||||
Width=200
|
||||
Height=10
|
||||
|
||||
|
||||
|
||||
[Widget 5]
|
||||
Type=EditBox
|
||||
Attrib=Pref
|
||||
Name=OrganizationName
|
||||
Value=
|
||||
Start_x=106
|
||||
Start_x=210
|
||||
Start_y=217
|
||||
Width=219
|
||||
Width=80
|
||||
Height=15
|
||||
MaxLen=60
|
||||
MaxLen=10
|
||||
|
||||
[Widget 2062]
|
||||
Type=Button
|
||||
Name=Button1195
|
||||
Value=Show Example
|
||||
Start_x=333
|
||||
Start_x=300
|
||||
Start_y=217
|
||||
Width=62
|
||||
Height=15
|
||||
|
||||
Reference in New Issue
Block a user