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:
Eli Algranti 2012-04-29 22:08:12 +10:00
parent 29b84c5c3a
commit 3edb9395ae

View File

@ -197,10 +197,11 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Reorder selected expression above previous one.</string> <string>Move expression up.</string>
</property> </property>
<property name="text"> <property name="icon">
<string>&#8743;</string> <iconset>
<normaloff>:/images/arrow-up.png</normaloff>:/images/arrow-up.png</iconset>
</property> </property>
</widget> </widget>
</item> </item>
@ -222,10 +223,11 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Reorder selected expression below next one.</string> <string>Move expression down.</string>
</property> </property>
<property name="text"> <property name="icon">
<string>&#8744;</string> <iconset>
<normaloff>:/images/arrow-down.png</normaloff>:/images/arrow-down.png</iconset>
</property> </property>
</widget> </widget>
</item> </item>
@ -256,6 +258,8 @@
<container>1</container> <container>1</container>
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<resources/> <resources>
<include location="../../../../resources/images.qrc"/>
</resources>
<connections/> <connections/>
</ui> </ui>