mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +00:00
LoginServer: Capitalize username and password fields
This commit changes the TextBox's placeholders for the username and password fields to be capitalized.
This commit is contained in:
parent
d621534511
commit
bf80dea39c
1 changed files with 2 additions and 2 deletions
|
@ -15,12 +15,12 @@
|
||||||
|
|
||||||
@GUI::TextBox {
|
@GUI::TextBox {
|
||||||
name: "username"
|
name: "username"
|
||||||
placeholder: "username"
|
placeholder: "Username"
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::PasswordBox {
|
@GUI::PasswordBox {
|
||||||
name: "password"
|
name: "password"
|
||||||
placeholder: "password"
|
placeholder: "Password"
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::Widget {
|
@GUI::Widget {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue