author | harlekin <harlekin> | 2003-03-22 18:46:33 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2003-03-22 18:46:33 (UTC) |
commit | bb032d71b3821bb649c0752ccbc29b2034a1046f (patch) (side-by-side diff) | |
tree | 6ff75b083637f5fc3ff3340cd0266e327e03b638 | |
parent | bdf63a0c6e2b7c00fd1e7a49b80b6f6cdcb94682 (diff) | |
download | opie-bb032d71b3821bb649c0752ccbc29b2034a1046f.zip opie-bb032d71b3821bb649c0752ccbc29b2034a1046f.tar.gz opie-bb032d71b3821bb649c0752ccbc29b2034a1046f.tar.bz2 |
added 1.0.0.0/8 since its a popular range
-rw-r--r-- | core/settings/security/securitybase.ui | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/core/settings/security/securitybase.ui b/core/settings/security/securitybase.ui index 985744a..c2a8953 100644 --- a/core/settings/security/securitybase.ui +++ b/core/settings/security/securitybase.ui @@ -1,48 +1,51 @@ <!DOCTYPE UI><UI> <class>SecurityBase</class> <widget> <class>QDialog</class> <property stdset="1"> <name>name</name> <cstring>SecurityBase</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>0</x> <y>0</y> - <width>281</width> + <width>277</width> <height>328</height> </rect> </property> <property stdset="1"> <name>caption</name> <string>Security Settings</string> </property> <property> <name>layoutMargin</name> </property> + <property> + <name>layoutSpacing</name> + </property> <grid> <property stdset="1"> <name>margin</name> - <number>11</number> + <number>3</number> </property> <property stdset="1"> <name>spacing</name> - <number>6</number> + <number>3</number> </property> <widget row="0" column="0" > <class>QLayoutWidget</class> <property stdset="1"> <name>name</name> <cstring>Layout1</cstring> </property> <property> <name>layoutSpacing</name> </property> <hbox> <property stdset="1"> <name>margin</name> <number>0</number> </property> <property stdset="1"> @@ -142,32 +145,38 @@ </item> <item> <property> <name>text</name> <string>172.16.0.0/12</string> </property> </item> <item> <property> <name>text</name> <string>10.0.0.0/8</string> </property> </item> <item> <property> <name>text</name> + <string>1.0.0.0/8</string> + </property> + </item> + <item> + <property> + <name>text</name> <string>Any</string> </property> </item> <item> <property> <name>text</name> <string>None</string> </property> </item> <property stdset="1"> <name>name</name> <cstring>syncnet</cstring> </property> <property stdset="1"> <name>editable</name> <bool>true</bool> |