mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 09:35:28 +00:00
Add text-wrapping to a tooltip
Namely the "Always allow NPC to follow over water surface" tooltip.
This commit is contained in:
parent
319aa11d84
commit
4a16bdb767
@ -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…
x
Reference in New Issue
Block a user