Skip to content

Commit

Permalink
Add missing colon for simple input dialog eaxmple
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Oct 6, 2021
1 parent 2fffeba commit 301f142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/bash/simple_input.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 { }
}
}
Expand Down

0 comments on commit 301f142

Please sign in to comment.