mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-01 20:41:32 +00:00
Merge branch 'text_wrap_tooltip' into 'master'
Add text-wrapping to a tooltip (redo) See merge request OpenMW/openmw!2580
This commit is contained in:
commit
58b8bf883a
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@
|
|||
<item>
|
||||
<widget class="QCheckBox" name="allowNPCToFollowOverWaterSurfaceCheckBox">
|
||||
<property name="toolTip">
|
||||
<string>Give NPC an ability to swim over the water surface when they follow other actor independently from their ability to swim. Has effect only when nav mesh building is enabled.</string>
|
||||
<string><html><head/><body><p>Give NPC an ability to swim over the water surface when they follow other actor independently from their ability to swim. Has effect only when nav mesh building is enabled.</p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Always allow NPC to follow over water surface</string>
|
||||
|
|
Loading…
Reference in a new issue