]> git.lyx.org Git - features.git/commitdiff
HyperlinkUi.ui:
authorUwe Stöhr <uwestoehr@web.de>
Sat, 20 Nov 2010 17:03:51 +0000 (17:03 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sat, 20 Nov 2010 17:03:51 +0000 (17:03 +0000)
- one link type must be the default (type Web) (as in LyX 1.6.x)
- add spacer as link type radiobox was too wide

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36412 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/ui/HyperlinkUi.ui

index 67e8bb3a10520a46799ce646818de06acc058691..c423e162503fa6ebe761d70c9447f81c6df57acf 100644 (file)
@@ -26,7 +26,7 @@
      </property>
     </widget>
    </item>
-   <item row="0" column="1">
+   <item row="0" column="1" colspan="2">
     <widget class="QLineEdit" name="targetED">
      <property name="toolTip">
       <string>URL</string>
@@ -46,7 +46,7 @@
      </property>
     </widget>
    </item>
-   <item row="1" column="1">
+   <item row="1" column="1" colspan="2">
     <widget class="QLineEdit" name="nameED">
      <property name="toolTip">
       <string>Name associated with the URL</string>
@@ -76,6 +76,9 @@
         <property name="text">
          <string>&amp;Web</string>
         </property>
+        <property name="checked">
+         <bool>true</bool>
+        </property>
        </widget>
       </item>
       <item>
      </layout>
     </widget>
    </item>
+   <item row="2" column="2">
+    <spacer name="horizontalSpacer">
+     <property name="orientation">
+      <enum>Qt::Horizontal</enum>
+     </property>
+     <property name="sizeHint" stdset="0">
+      <size>
+       <width>112</width>
+       <height>20</height>
+      </size>
+     </property>
+    </spacer>
+   </item>
   </layout>
  </widget>
  <tabstops>