diff options
author | 2023-07-13 14:18:57 +0100 | |
---|---|---|
committer | 2023-07-26 21:59:42 +0200 | |
commit | 470e13c806f4239ca3f2e90e9c0a794a81e354d8 (patch) | |
tree | c6e2f3487786aa8efd561fcd3520abaf49bfa99f /examples/combo_box | |
parent | dd5ef8b90895f626d4b8f0466c4457c5abf451a0 (diff) | |
download | iced-470e13c806f4239ca3f2e90e9c0a794a81e354d8.tar.gz iced-470e13c806f4239ca3f2e90e9c0a794a81e354d8.tar.bz2 iced-470e13c806f4239ca3f2e90e9c0a794a81e354d8.zip |
Add gif to example
Diffstat (limited to 'examples/combo_box')
-rw-r--r-- | examples/combo_box/README.md | 2 | ||||
-rw-r--r-- | examples/combo_box/combobox.gif | bin | 0 -> 1414629 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/examples/combo_box/README.md b/examples/combo_box/README.md index 5fc87469..9cd224ad 100644 --- a/examples/combo_box/README.md +++ b/examples/combo_box/README.md @@ -7,7 +7,7 @@ It displays and positions an overlay based on the window position of the widget. The __[`main`]__ file contains all the code of the example. <div align="center"> - <img src="TODO"> + <img src="combobox.gif"> </div> You can run it with `cargo run`: diff --git a/examples/combo_box/combobox.gif b/examples/combo_box/combobox.gif Binary files differnew file mode 100644 index 00000000..f216c026 --- /dev/null +++ b/examples/combo_box/combobox.gif |