mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-15 08:47:36 +00:00
Add line breaks to tooltips
This commit is contained in:
parent
af280eed1e
commit
73e06f5e36
@ -139,7 +139,8 @@
|
|||||||
<item row="0" column="1">
|
<item row="0" column="1">
|
||||||
<widget class="QLineEdit" name="dataPath">
|
<widget class="QLineEdit" name="dataPath">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Path to the game data files. Set this to the CD image root.</string>
|
<string>Path to the game data files.
|
||||||
|
Set this to the CD image root.</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -193,7 +194,8 @@
|
|||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Maximum number of LEGO actors to exist in the world at a time. The game will gradually increase the number of actors until this maximum is reached and while performance is acceptable.</string>
|
<string>Maximum number of LEGO actors to exist in the world at a time.
|
||||||
|
The game will gradually increase the number of actors until this maximum is reached and while performance is acceptable.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Maximum Actors (5..40)</string>
|
<string>Maximum Actors (5..40)</string>
|
||||||
@ -273,7 +275,8 @@
|
|||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Maximum Level of Detail (LOD). A higher setting will cause higher quality textures to be drawn regardless of distance.</string>
|
<string>Maximum Level of Detail (LOD).
|
||||||
|
A higher setting will cause higher quality textures to be drawn regardless of distance.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Maximum LOD</string>
|
<string>Maximum LOD</string>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user