diff options
| author | Andrea Diamantini <adjam7@gmail.com> | 2012-02-06 11:51:21 +0100 | 
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2012-02-06 11:51:21 +0100 | 
| commit | 0b319dc7727b9e628f23d7a3816e74f5e403136a (patch) | |
| tree | fbcaf94ecd7456ad42cbc66a94b4d9729a52b048 /src | |
| parent | removed one strange " sign (diff) | |
| download | rekonq-0b319dc7727b9e628f23d7a3816e74f5e403136a.tar.xz | |
Clean up sslinfodialog
Diffstat (limited to 'src')
| -rw-r--r-- | src/sslinfo.ui | 52 | 
1 files changed, 50 insertions, 2 deletions
| diff --git a/src/sslinfo.ui b/src/sslinfo.ui index 3ed117a8..c1c67b47 100644 --- a/src/sslinfo.ui +++ b/src/sslinfo.ui @@ -6,8 +6,8 @@     <rect>      <x>0</x>      <y>0</y> -    <width>427</width> -    <height>481</height> +    <width>539</width> +    <height>459</height>     </rect>    </property>    <layout class="QVBoxLayout" name="verticalLayout_2"> @@ -108,6 +108,18 @@         <layout class="QGridLayout" name="gridLayout">          <item row="0" column="0">           <widget class="QLabel" name="label_6"> +          <property name="sizePolicy"> +           <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> +            <horstretch>0</horstretch> +            <verstretch>0</verstretch> +           </sizepolicy> +          </property> +          <property name="minimumSize"> +           <size> +            <width>160</width> +            <height>0</height> +           </size> +          </property>            <property name="text">             <string>Common Name (CN):</string>            </property> @@ -188,6 +200,18 @@         <layout class="QGridLayout" name="gridLayout_2">          <item row="0" column="0">           <widget class="QLabel" name="label_10"> +          <property name="sizePolicy"> +           <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> +            <horstretch>0</horstretch> +            <verstretch>0</verstretch> +           </sizepolicy> +          </property> +          <property name="minimumSize"> +           <size> +            <width>160</width> +            <height>0</height> +           </size> +          </property>            <property name="text">             <string>Common Name (CN):</string>            </property> @@ -254,6 +278,18 @@         <layout class="QGridLayout" name="gridLayout_3">          <item row="0" column="0">           <widget class="QLabel" name="label_14"> +          <property name="sizePolicy"> +           <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> +            <horstretch>0</horstretch> +            <verstretch>0</verstretch> +           </sizepolicy> +          </property> +          <property name="minimumSize"> +           <size> +            <width>160</width> +            <height>0</height> +           </size> +          </property>            <property name="text">             <string>Issued on:</string>            </property> @@ -306,6 +342,18 @@         <layout class="QGridLayout" name="gridLayout_5">          <item row="0" column="0">           <widget class="QLabel" name="label_36"> +          <property name="sizePolicy"> +           <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> +            <horstretch>0</horstretch> +            <verstretch>0</verstretch> +           </sizepolicy> +          </property> +          <property name="minimumSize"> +           <size> +            <width>160</width> +            <height>0</height> +           </size> +          </property>            <property name="text">             <string>Md5:</string>            </property> | 
