mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:07:44 +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 {
|
||||
name: "username"
|
||||
placeholder: "username"
|
||||
placeholder: "Username"
|
||||
}
|
||||
|
||||
@GUI::PasswordBox {
|
||||
name: "password"
|
||||
placeholder: "password"
|
||||
placeholder: "Password"
|
||||
}
|
||||
|
||||
@GUI::Widget {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue