[LyX/master] Adv F&R: Fix accelerator conflicts

Juergen Spitzmueller spitz at lyx.org
Wed Feb 17 08:47:55 UTC 2021


commit 5ed0dddcf21f9be17304547f56a10b6df20c852a
Author: Juergen Spitzmueller <spitz at lyx.org>
Date:   Wed Feb 17 09:49:25 2021 +0100

    Adv F&R: Fix accelerator conflicts
---
 src/frontends/qt/ui/FindAndReplaceUi.ui |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/src/frontends/qt/ui/FindAndReplaceUi.ui b/src/frontends/qt/ui/FindAndReplaceUi.ui
index 22f45e3..263d656 100644
--- a/src/frontends/qt/ui/FindAndReplaceUi.ui
+++ b/src/frontends/qt/ui/FindAndReplaceUi.ui
@@ -6,8 +6,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>283</width>
-    <height>359</height>
+    <width>374</width>
+    <height>380</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -26,7 +26,7 @@
       <item>
        <widget class="QLabel" name="findLabel">
         <property name="text">
-         <string>Fi&nd:</string>
+         <string>Search fo&r:</string>
         </property>
         <property name="buddy">
          <cstring>find_work_area_</cstring>
@@ -78,8 +78,8 @@
         </property>
         <property name="sizeHint" stdset="0">
          <size>
-          <width>0</width>
-          <height>0</height>
+          <width>13</width>
+          <height>13</height>
          </size>
         </property>
        </spacer>
@@ -93,8 +93,8 @@
           </property>
           <property name="sizeHint" stdset="0">
            <size>
-            <width>0</width>
-            <height>0</height>
+            <width>13</width>
+            <height>13</height>
            </size>
           </property>
          </spacer>
@@ -120,7 +120,7 @@
              <string>Restrict search to whole words only</string>
             </property>
             <property name="text">
-             <string>W&hole words</string>
+             <string>Wh&ole words</string>
             </property>
            </widget>
           </item>
@@ -144,10 +144,10 @@
              <bool>true</bool>
             </property>
             <property name="toolTip">
-             <string>Find next occurrence [Enter]</string>
+             <string>Find next occurrence (Enter, backwards: Shift+Enter)</string>
             </property>
             <property name="text">
-             <string>Find &Next</string>
+             <string>Find &></string>
             </property>
             <property name="default">
              <bool>true</bool>
@@ -160,10 +160,10 @@
              <bool>true</bool>
             </property>
             <property name="toolTip">
-             <string>Replace and find next occurrence [Enter]</string>
+             <string>Replace and find next occurrence (Enter, backwards: Shift+Enter)</string>
             </property>
             <property name="text">
-             <string>&Replace</string>
+             <string>Rep&lace ></string>
             </property>
            </widget>
           </item>
@@ -190,7 +190,7 @@
   </widget>
   <widget class="QWidget" name="advancedTab">
    <attribute name="title">
-    <string>S&ettings</string>
+    <string>Settin&gs</string>
    </attribute>
    <layout class="QVBoxLayout" name="dynamicLayoutAdvanced_" stretch="0,0,1">
     <item>
@@ -325,7 +325,7 @@
          <bool>false</bool>
         </property>
         <property name="text">
-         <string>&Expand macros</string>
+         <string>E&xpand macros</string>
         </property>
        </widget>
       </item>


More information about the lyx-cvs mailing list