diff options
author | 2023-04-11 05:54:51 +0200 | |
---|---|---|
committer | 2023-04-11 05:54:51 +0200 | |
commit | cf9d8e01048845ee503a62eb55e634a76a0e9163 (patch) | |
tree | 136a26d73fc28a24c6d4bc3beddfb9fd3f9128a9 /src | |
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 'src')
-rw-r--r-- | src/widget.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget.rs b/src/widget.rs index d3c16088..c0ac716f 100644 --- a/src/widget.rs +++ b/src/widget.rs @@ -124,7 +124,7 @@ pub mod text_input { //! Display fields that can be filled with text. pub use iced_native::widget::text_input::{ focus, move_cursor_to, move_cursor_to_end, move_cursor_to_front, - select_all, Appearance, Icon, IconPosition, Id, StyleSheet, + select_all, Appearance, Icon, Id, Side, StyleSheet, }; /// A field that can be filled with text. |