-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 @@ -6,35 +6,38 @@ <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> @@ -150,16 +153,22 @@ <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> |