diff options
author | 2023-04-11 05:54:51 +0200 | |
---|---|---|
committer | 2023-04-11 05:54:51 +0200 | |
commit | cf9d8e01048845ee503a62eb55e634a76a0e9163 (patch) | |
tree | 136a26d73fc28a24c6d4bc3beddfb9fd3f9128a9 /examples/tour/src/main.rs | |
parent | 57265ff211e8d040dce2a13e71409bdd6482204c (diff) | |
download | iced-cf9d8e01048845ee503a62eb55e634a76a0e9163.tar.gz iced-cf9d8e01048845ee503a62eb55e634a76a0e9163.tar.bz2 iced-cf9d8e01048845ee503a62eb55e634a76a0e9163.zip |
Rename `IconPosition` to `Side` in `text_input`
Diffstat (limited to '')
-rw-r--r-- | examples/tour/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tour/src/main.rs b/examples/tour/src/main.rs index 8a1b8d5a..40ab33c2 100644 --- a/examples/tour/src/main.rs +++ b/examples/tour/src/main.rs @@ -585,7 +585,7 @@ impl<'a> Step { code_point: '\u{E900}', size: Some(35.0), spacing: 10.0, - position: text_input::IconPosition::Right, + side: text_input::Side::Right, }); } |