> - The dialog is smaller than the form, see the attached image: The 
> aditional options field and the right border are hidden.

your change make it work under win, but broke right box width under linux.
so next iteration, diffed against last state.
pavel
Index: src/frontends/qt4/ui/PDFSupportUi.ui
===================================================================
--- src/frontends/qt4/ui/PDFSupportUi.ui        (revision 20426)
+++ src/frontends/qt4/ui/PDFSupportUi.ui        (working copy)
@@ -44,70 +44,92 @@
   <widget class="QGroupBox" name="groupBox_4" >
    <property name="geometry" >
     <rect>
-     <x>220</x>
+     <x>209</x>
      <y>180</y>
-     <width>210</width>
+     <width>221</width>
      <height>148</height>
     </rect>
    </property>
    <property name="title" >
     <string>Links</string>
    </property>
-   <layout class="QGridLayout" >
-    <property name="margin" >
-     <number>9</number>
+   <widget class="QCheckBox" name="breaklinksCB" >
+    <property name="geometry" >
+     <rect>
+      <x>11</x>
+      <y>27</y>
+      <width>188</width>
+      <height>18</height>
+     </rect>
     </property>
-    <property name="spacing" >
-     <number>6</number>
+    <property name="toolTip" >
+     <string>Allows link text to break across lines.</string>
     </property>
-    <item row="0" column="0" >
-     <widget class="QCheckBox" name="breaklinksCB" >
-      <property name="toolTip" >
-       <string>Allows link text to break across lines.</string>
-      </property>
-      <property name="text" >
-       <string>Break links over lines</string>
-      </property>
-     </widget>
-    </item>
-    <item row="2" column="0" >
-     <widget class="QCheckBox" name="colorlinksCB" >
-      <property name="text" >
-       <string>Color links</string>
-      </property>
-     </widget>
-    </item>
-    <item row="3" column="0" >
-     <widget class="QCheckBox" name="backrefCB" >
-      <property name="toolTip" >
-       <string>Adds "backlink" text to the end of each item in the 
bibliography</string>
-      </property>
-      <property name="text" >
-       <string>&amp;Bibliographical backreferences</string>
-      </property>
-     </widget>
-    </item>
-    <item row="4" column="0" >
-     <widget class="QCheckBox" name="pagebackrefCB" >
-      <property name="toolTip" >
-       <string>Adds "backlink" text to the end of each item in the 
bibliography</string>
-      </property>
-      <property name="text" >
-       <string>Backreference by pa&amp;ge number</string>
-      </property>
-     </widget>
-    </item>
-    <item row="1" column="0" >
-     <widget class="QCheckBox" name="pdfborderCB" >
-      <property name="text" >
-       <string>No frames around links</string>
-      </property>
-      <property name="tristate" >
-       <bool>false</bool>
-      </property>
-     </widget>
-    </item>
-   </layout>
+    <property name="text" >
+     <string>Break links over lines</string>
+    </property>
+   </widget>
+   <widget class="QCheckBox" name="colorlinksCB" >
+    <property name="geometry" >
+     <rect>
+      <x>11</x>
+      <y>74</y>
+      <width>188</width>
+      <height>17</height>
+     </rect>
+    </property>
+    <property name="text" >
+     <string>Color links</string>
+    </property>
+   </widget>
+   <widget class="QCheckBox" name="backrefCB" >
+    <property name="geometry" >
+     <rect>
+      <x>11</x>
+      <y>97</y>
+      <width>201</width>
+      <height>17</height>
+     </rect>
+    </property>
+    <property name="toolTip" >
+     <string>Adds "backlink" text to the end of each item in the 
bibliography</string>
+    </property>
+    <property name="text" >
+     <string>&amp;Bibliographical backreferences</string>
+    </property>
+   </widget>
+   <widget class="QCheckBox" name="pagebackrefCB" >
+    <property name="geometry" >
+     <rect>
+      <x>11</x>
+      <y>120</y>
+      <width>201</width>
+      <height>17</height>
+     </rect>
+    </property>
+    <property name="toolTip" >
+     <string>Adds "backlink" text to the end of each item in the 
bibliography</string>
+    </property>
+    <property name="text" >
+     <string>Backreference by pa&amp;ge number</string>
+    </property>
+   </widget>
+   <widget class="QCheckBox" name="pdfborderCB" >
+    <property name="geometry" >
+     <rect>
+      <x>11</x>
+      <y>51</y>
+      <width>188</width>
+      <height>17</height>
+     </rect>
+    </property>
+    <property name="text" >
+     <string>No frames around links</string>
+    </property>
+    <property name="tristate" >
+     <bool>false</bool>
+    </property>
+   </widget>
   </widget>
   <widget class="QGroupBox" name="groupBox_2" >
    <property name="geometry" >
@@ -122,12 +144,24 @@
     <string>Header Information</string>
    </property>
    <layout class="QGridLayout" >
-    <property name="margin" >
+    <property name="leftMargin" >
      <number>9</number>
     </property>
-    <property name="spacing" >
+    <property name="topMargin" >
+     <number>9</number>
+    </property>
+    <property name="rightMargin" >
+     <number>9</number>
+    </property>
+    <property name="bottomMargin" >
+     <number>9</number>
+    </property>
+    <property name="horizontalSpacing" >
      <number>6</number>
     </property>
+    <property name="verticalSpacing" >
+     <number>6</number>
+    </property>
     <item row="2" column="1" >
      <widget class="QLineEdit" name="subjectLE" />
     </item>
@@ -187,7 +221,7 @@
     <rect>
      <x>10</x>
      <y>180</y>
-     <width>191</width>
+     <width>181</width>
      <height>121</height>
     </rect>
    </property>
@@ -201,12 +235,24 @@
     <bool>true</bool>
    </property>
    <layout class="QGridLayout" >
-    <property name="margin" >
+    <property name="leftMargin" >
      <number>9</number>
     </property>
-    <property name="spacing" >
+    <property name="topMargin" >
+     <number>9</number>
+    </property>
+    <property name="rightMargin" >
+     <number>9</number>
+    </property>
+    <property name="bottomMargin" >
+     <number>9</number>
+    </property>
+    <property name="horizontalSpacing" >
      <number>6</number>
     </property>
+    <property name="verticalSpacing" >
+     <number>6</number>
+    </property>
     <item row="1" column="0" >
      <widget class="QGroupBox" name="bookmarksopenGB" >
       <property name="title" >
@@ -223,7 +269,7 @@
         <rect>
          <x>60</x>
          <y>19</y>
-         <width>101</width>
+         <width>91</width>
          <height>22</height>
         </rect>
        </property>
@@ -280,12 +326,24 @@
     <bool>false</bool>
    </property>
    <layout class="QGridLayout" >
-    <property name="margin" >
+    <property name="leftMargin" >
      <number>9</number>
     </property>
-    <property name="spacing" >
+    <property name="topMargin" >
+     <number>9</number>
+    </property>
+    <property name="rightMargin" >
+     <number>9</number>
+    </property>
+    <property name="bottomMargin" >
+     <number>9</number>
+    </property>
+    <property name="horizontalSpacing" >
      <number>6</number>
     </property>
+    <property name="verticalSpacing" >
+     <number>6</number>
+    </property>
     <item row="0" column="0" >
      <widget class="QLineEdit" name="optionsLE" >
       <property name="toolTip" >

Reply via email to