mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
fix wrong tooltip, bug 3273:
http://bugzilla.lyx.org/show_bug.cgi?id=3273 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17315 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a1ae86964b
commit
1761cccf91
@ -1,7 +1,4 @@
|
||||
<ui version="4.0" >
|
||||
<author></author>
|
||||
<comment></comment>
|
||||
<exportmacro></exportmacro>
|
||||
<class>QMathUi</class>
|
||||
<widget class="QDialog" name="QMathUi" >
|
||||
<property name="geometry" >
|
||||
@ -337,7 +334,7 @@
|
||||
</size>
|
||||
</property>
|
||||
<property name="toolTip" >
|
||||
<string>Set math font</string>
|
||||
<string>Insert fraction</string>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string/>
|
||||
@ -454,10 +451,6 @@
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<pixmapfunction></pixmapfunction>
|
||||
<includes>
|
||||
<include location="local" >qt_helpers.h</include>
|
||||
</includes>
|
||||
<tabstops>
|
||||
<tabstop>symbolsCO</tabstop>
|
||||
<tabstop>sqrtPB</tabstop>
|
||||
@ -474,6 +467,9 @@
|
||||
<tabstop>tearoffPB</tabstop>
|
||||
<tabstop>closePB</tabstop>
|
||||
</tabstops>
|
||||
<includes>
|
||||
<include location="local" >qt_helpers.h</include>
|
||||
</includes>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
Loading…
Reference in New Issue
Block a user