From d85c09ae1452c30cb387ea31d9c8965e10a97fe6 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Mon, 15 Feb 2021 08:57:13 +0100 Subject: [PATCH] GuiSearch: Replace icons on buttons by characters --- src/frontends/qt/ui/SearchUi.ui | 28 ++++++---------------------- 1 file changed, 6 insertions(+), 22 deletions(-) diff --git a/src/frontends/qt/ui/SearchUi.ui b/src/frontends/qt/ui/SearchUi.ui index 6296342f9c..5d6bc05801 100644 --- a/src/frontends/qt/ui/SearchUi.ui +++ b/src/frontends/qt/ui/SearchUi.ui @@ -34,11 +34,7 @@ Find previous occurrence (Shift+Enter) - Find[[Previous]] - - - - .. + < Find @@ -141,14 +137,10 @@ Replace and find next occurrence - Qt::RightToLeft + Qt::LeftToRight - &Replace[[Next]] - - - - .. + &Replace > @@ -161,11 +153,7 @@ Replace and find previous occurrence - Re&place[[Previous]] - - - - .. + < Re&place @@ -178,14 +166,10 @@ Find next occurrence (Enter) - Qt::RightToLeft + Qt::LeftToRight - Find[[Next]] - - - - .. + Find > true -- 2.39.5