[LyX/master] GuiSearch: Replace icons on buttons by characters

Juergen Spitzmueller spitz at lyx.org
Mon Feb 15 07:54:05 UTC 2021


commit d85c09ae1452c30cb387ea31d9c8965e10a97fe6
Author: Juergen Spitzmueller <spitz at 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>< 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>&Replace[[Next]]</string>
-       </property>
-       <property name="icon">
-        <iconset theme="go-next">
-         <normaloff>.</normaloff>.</iconset>
+        <string>&Replace ></string>
        </property>
       </widget>
      </item>
@@ -161,11 +153,7 @@
         <string>Replace and find previous occurrence</string>
        </property>
        <property name="text">
-        <string>Re&place[[Previous]]</string>
-       </property>
-       <property name="icon">
-        <iconset theme="go-previous">
-         <normaloff>.</normaloff>.</iconset>
+        <string>< Re&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 ></string>
        </property>
        <property name="default">
         <bool>true</bool>


More information about the lyx-cvs mailing list