Use placeholder text for new map/layout names

This commit is contained in:
GriffinR
2025-01-22 13:24:09 -05:00
parent 90c904ecb9
commit f4c0cb2d2d
7 changed files with 15 additions and 28 deletions

View File

@@ -68,6 +68,9 @@
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The constant that will be used to refer to this layout. It cannot be the same as any other existing layout.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="placeholderText">
<string>LAYOUT_MY_NEW_LAYOUT</string>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
@@ -92,6 +95,9 @@
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The name of the new layout. The name cannot be the same as any other existing layout.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="placeholderText">
<string>MyNewLayout</string>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property>

View File

@@ -185,6 +185,9 @@
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The name of the new map. The name cannot be the same as any other existing map.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="placeholderText">
<string>MyNewMap</string>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property>