commit d85c09ae1452c30cb387ea31d9c8965e10a97fe6
Author: Juergen Spitzmueller <sp...@lyx.org>
Date:   Mon Feb 15 08:57:13 2021 +0100

    GuiSearch: Replace icons on buttons by characters
---
 src/frontends/qt/ui/SearchUi.ui |   28 ++++++----------------------
 1 files changed, 6 insertions(+), 22 deletions(-)

diff --git a/src/frontends/qt/ui/SearchUi.ui b/src/frontends/qt/ui/SearchUi.ui
index 6296342..5d6bc05 100644
--- a/src/frontends/qt/ui/SearchUi.ui
+++ b/src/frontends/qt/ui/SearchUi.ui
@@ -34,11 +34,7 @@
         <string>Find previous occurrence (Shift+Enter)</string>
        </property>
        <property name="text">
-        <string>Find[[Previous]]</string>
-       </property>
-       <property name="icon">
-        <iconset theme="go-previous">
-         <normaloff>.</normaloff>.</iconset>
+        <string>&lt; Find</string>
        </property>
       </widget>
      </item>
@@ -141,14 +137,10 @@
         <string>Replace and find next occurrence</string>
        </property>
        <property name="layoutDirection">
-        <enum>Qt::RightToLeft</enum>
+        <enum>Qt::LeftToRight</enum>
        </property>
        <property name="text">
-        <string>&amp;Replace[[Next]]</string>
-       </property>
-       <property name="icon">
-        <iconset theme="go-next">
-         <normaloff>.</normaloff>.</iconset>
+        <string>&amp;Replace &gt;</string>
        </property>
       </widget>
      </item>
@@ -161,11 +153,7 @@
         <string>Replace and find previous occurrence</string>
        </property>
        <property name="text">
-        <string>Re&amp;place[[Previous]]</string>
-       </property>
-       <property name="icon">
-        <iconset theme="go-previous">
-         <normaloff>.</normaloff>.</iconset>
+        <string>&lt; Re&amp;place</string>
        </property>
       </widget>
      </item>
@@ -178,14 +166,10 @@
         <string>Find next occurrence (Enter)</string>
        </property>
        <property name="layoutDirection">
-        <enum>Qt::RightToLeft</enum>
+        <enum>Qt::LeftToRight</enum>
        </property>
        <property name="text">
-        <string>Find[[Next]]</string>
-       </property>
-       <property name="icon">
-        <iconset theme="go-next">
-         <normaloff>.</normaloff>.</iconset>
+        <string>Find &gt;</string>
        </property>
        <property name="default">
         <bool>true</bool>
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to