mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-27 02:56:17 -05:00
Fix regression for appending new tilesets, add missing tooltip
This commit is contained in:
@@ -91,7 +91,11 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item row="3" column="1">
|
||||
<widget class="QCheckBox" name="checkBox_CheckerboardFill"/>
|
||||
<widget class="QCheckBox" name="checkBox_CheckerboardFill">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>If enabled, the metatiles in the new tileset will be filled alternately with tile 1 or tile 2. If not enabled, all the metatiles will be filled with tile 0.</p></body></html></string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="4" column="0" colspan="2">
|
||||
<spacer name="verticalSpacer">
|
||||
|
||||
Reference in New Issue
Block a user