Fixed CLEARTEXT.

This commit is contained in:
Ernie Pasveer
2024-10-19 11:23:59 -05:00
parent 8bcf53e918
commit 8618e6d88d
+4 -1
View File
@@ -217,7 +217,10 @@
<string>Scroll to a specific 0xAddress, +Offset, or line#.</string> <string>Scroll to a specific 0xAddress, +Offset, or line#.</string>
</property> </property>
<property name="placeholderText"> <property name="placeholderText">
<string>Go to a 0xAddress, +Offset, or line#.</string> <string>Go to 0xAddress, +Offset, or line#.</string>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property> </property>
</widget> </widget>
</item> </item>