This commit is contained in:
haru-s 2024-07-14 21:03:45 +09:00
parent c9deef08a6
commit 7fe68f1329
2 changed files with 1 additions and 1 deletions

View file

@ -9,7 +9,7 @@ import dfl;
void main()
{
Form form = new Form;
form.text = "Welcom to DFL";
form.text = "Welcome to DFL";
form.size = Size(300, 300);
Button button = new Button;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 8 KiB

Before After
Before After