Skip to content

Commit

Permalink
Removed 5 character limit on proxy user and password. Fixes bug #46.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@5211 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Apr 7, 2006
1 parent 5896566 commit 9950e4d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/ui/qgsnewhttpconnectionbase.ui
Expand Up @@ -93,10 +93,7 @@
</sizepolicy>
</property>
<property name="toolTip" >
<string>Port number of your HTTP proxy (optional)</string>
</property>
<property name="maxLength" >
<number>5</number>
<string>Your user name for the HTTP proxy (optional)</string>
</property>
</widget>
</item>
Expand All @@ -111,10 +108,7 @@
</sizepolicy>
</property>
<property name="toolTip" >
<string>Port number of your HTTP proxy (optional)</string>
</property>
<property name="maxLength" >
<number>5</number>
<string>Password for your HTTP proxy (optional)</string>
</property>
<property name="echoMode" >
<enum>QLineEdit::Password</enum>
Expand Down

0 comments on commit 9950e4d

Please sign in to comment.