Add missing tooltip, menu separators

This commit is contained in:
GriffinR
2025-04-17 14:11:34 -04:00
parent d30be0b9af
commit 80024d9ce3
2 changed files with 9 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>407</width>
<height>349</height>
<height>380</height>
</rect>
</property>
<property name="windowTitle">
@@ -224,7 +224,11 @@
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="lineEdit_LocationName"/>
<widget class="QLineEdit" name="lineEdit_LocationName">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The name that will be displayed in-game for this Location. This name will be shared with any other map that has the same Location.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
</layout>
</widget>