mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Changed unicode arrow characters to existing up/down images to ensure proper display in all platforms/languages (fonts may not support all unicode characters) and used clearer tooltips.
This commit is contained in:
parent
29b84c5c3a
commit
3edb9395ae
@ -197,10 +197,11 @@
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Reorder selected expression above previous one.</string>
|
||||
<string>Move expression up.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>∧</string>
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<normaloff>:/images/arrow-up.png</normaloff>:/images/arrow-up.png</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -222,10 +223,11 @@
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Reorder selected expression below next one.</string>
|
||||
<string>Move expression down.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>∨</string>
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<normaloff>:/images/arrow-down.png</normaloff>:/images/arrow-down.png</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -256,6 +258,8 @@
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<resources/>
|
||||
<resources>
|
||||
<include location="../../../../resources/images.qrc"/>
|
||||
</resources>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
Loading…
x
Reference in New Issue
Block a user