]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt/ui/HyperlinkUi.ui
Properly scale some icons for HiDPI (#12695)
[lyx.git] / src / frontends / qt / ui / HyperlinkUi.ui
index f3a4cb54bf6e18e58346136198f45bcd5b7bd2b1..4a337895e02e8be95f53ae2924b39e51287d2873 100644 (file)
@@ -6,8 +6,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>290</width>
-    <height>188</height>
+    <width>402</width>
+    <height>226</height>
    </rect>
   </property>
   <property name="windowTitle">
       <item>
        <widget class="QRadioButton" name="webRB">
         <property name="toolTip">
-         <string>Link to the web or to every other target</string>
+         <string>Link to the web or any other target with an &quot;authority&quot; component (i.e., :// in the URI)</string>
         </property>
         <property name="text">
          <string>&amp;Web</string>
         </property>
        </widget>
       </item>
+      <item>
+       <widget class="QRadioButton" name="noneRB">
+        <property name="toolTip">
+         <string>Link to an arbitrary URI scheme not matched by the other three types (to be fully spelled out in the Target field above)</string>
+        </property>
+        <property name="text">
+         <string>&amp;Other[[Link Type]]</string>
+        </property>
+       </widget>
+      </item>
      </layout>
     </widget>
    </item>
      </property>
      <property name="sizeHint" stdset="0">
       <size>
-       <width>112</width>
+       <width>40</width>
        <height>20</height>
       </size>
      </property>