Fix wrong tooltip for tool box widget.
--HG-- branch : develop
This commit is contained in:
parent
88844ec33f
commit
c853b67f63
|
@ -45,10 +45,10 @@
|
|||
</font>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Export details skiping the Layout stage</string>
|
||||
<string>Use these tools to create a pattern</string>
|
||||
</property>
|
||||
<property name="currentIndex">
|
||||
<number>6</number>
|
||||
<number>0</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="page">
|
||||
<property name="geometry">
|
||||
|
@ -1506,6 +1506,9 @@
|
|||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Export details skiping the Layout stage</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string notr="true">...</string>
|
||||
</property>
|
||||
|
|
Loading…
Reference in New Issue
Block a user