Skip to content

Commit 70f1bfd

Browse files
committed
Add picture to README.
1 parent 6fc0903 commit 70f1bfd

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# fdialog - Create Native GUIs With Ease
22

3-
3+
![Creating native GUIs with fdialog is easier than creating web UIs.](./info.png "fdialog - information")
44

55
## Installation
66

examples/info.uidl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#!/usr/bin/env -S fdialog run --file
22
uidl 1
33

4-
window main(title="Information", width=400, height=300) {
5-
dialog info(type="info", message="Please note.", buttonText="OK.", width=400, height=300) {
4+
window main(title="Information", width=480, height=250) {
5+
dialog info(type="info", message="Create native GUIs easier than web UIs with: https://github.com/flowdev/fdialog",
6+
buttonText="I will", width=480, height=250) {
67
action close(type="exit", code=0)
78
}
89
}

info.png

41.3 KB
Loading

0 commit comments

Comments
 (0)