Browse Source

Update ChangeUsernameDlg.gui.taml

This minor change prevents the keyboard toy from crashing (although it still doesn't work). As we move forward, we will likely drop support for toys like this and move them into reusable modules that can be added to games so I don't want to spend too much effort repairing it.
Peter Robinson 2 years ago
parent
commit
628612d50c
1 changed files with 1 additions and 5 deletions
  1. 1 5
      toybox/KeyboardToy/1/ChangeUsernameDlg.gui.taml

+ 1 - 5
toybox/KeyboardToy/1/ChangeUsernameDlg.gui.taml

@@ -10,7 +10,7 @@
 	HelpTag="0"
 	Image="@asset=Sandbox:blueGradient">
 
-    <GuiConsoleEditCtrl
+    <GuiTextEditCtrl
       Name="ChangeUsernameEntry"
 		Profile="GuiConsoleTextEditProfile"
 		HorizSizing="width"
@@ -20,13 +20,9 @@
 		minExtent="8 8"
 		Visible="1"
 		AltCommand="VirtualKeyboard.pop();UserNameTxt.setText(ChangeUsernameEntry.getText());"
-		HelpTag="0"
 		MaxLength="255"
-		HistorySize="40"
 		password="0"
-		TabComplete="0"
 		SinkAllKeyEvents="1"
-		UseSiblingScroller="1"
 	/>
 
 	<GuiButtonCtrl