changeset 752:ffca9bf0d378

Corrected the possible proxy port number to be possible up to 99999 instead of 99. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@1029 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Thu, 14 Oct 2010 19:58:28 +0000
parents ac165b6ae67e
children e64c04dc6f61
files src/UiGuiSettingsDialog.ui
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/UiGuiSettingsDialog.ui	Thu Oct 14 19:52:47 2010 +0000
+++ b/src/UiGuiSettingsDialog.ui	Thu Oct 14 19:58:28 2010 +0000
@@ -381,6 +381,9 @@
                <property name="buttonSymbols">
                 <enum>QAbstractSpinBox::NoButtons</enum>
                </property>
+               <property name="maximum">
+                <number>99999</number>
+               </property>
                <property name="connectedSettingName" stdset="0">
                 <string notr="true">ProxyPort</string>
                </property>