mirror of
https://github.com/FirestormViewer/phoenix-firestorm.git
synced 2026-08-14 08:53:53 +00:00
Fix Starlight and StarlightCUI OpenSim max password length being stuck at 16
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
<line_editor
|
||||
follows="left|bottom"
|
||||
height="22"
|
||||
max_length_bytes="16"
|
||||
max_length_chars="16"
|
||||
name="password_edit"
|
||||
is_password="true"
|
||||
select_on_focus="true"
|
||||
|
||||
@@ -160,7 +160,7 @@
|
||||
follows="left|top|right"
|
||||
height="32"
|
||||
left="5"
|
||||
max_length_bytes="16"
|
||||
max_length_chars="16"
|
||||
text_pad_left="8"
|
||||
text_pad_right="8"
|
||||
name="password_edit"
|
||||
|
||||
@@ -122,7 +122,7 @@ tool_tip="The account name you chose when you registered, like bobsmith420 or St
|
||||
<line_editor
|
||||
follows="left|bottom"
|
||||
height="22"
|
||||
max_length_bytes="16"
|
||||
max_length_chars="16"
|
||||
name="password_edit"
|
||||
is_password="true"
|
||||
select_on_focus="true"
|
||||
|
||||
@@ -160,7 +160,7 @@
|
||||
follows="left|top|right"
|
||||
height="32"
|
||||
left="5"
|
||||
max_length_bytes="16"
|
||||
max_length_chars="16"
|
||||
text_pad_left="8"
|
||||
text_pad_right="8"
|
||||
name="password_edit"
|
||||
|
||||
Reference in New Issue
Block a user