mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Add missing colon for simple input dialog eaxmple
This commit is contained in:
parent
2fffeba7cb
commit
301f142001
1 changed files with 2 additions and 2 deletions
|
@ -19,11 +19,11 @@ _ := Dialog {
|
|||
preferred-width: 300px;
|
||||
GridBox {
|
||||
Row {
|
||||
Text { text: "Enter Your name"; }
|
||||
Text { text: "Enter Your name:"; }
|
||||
name-le := LineEdit { }
|
||||
}
|
||||
Row {
|
||||
Text { text: "Address"; }
|
||||
Text { text: "Address:"; }
|
||||
address-le := LineEdit { }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue