mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
GuiSearch: Replace icons on buttons by characters
This commit is contained in:
parent
7869437691
commit
d85c09ae14
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user