Rename IconPosition to Side in text_input

This commit is contained in:
Héctor Ramón Jiménez 2023-04-11 05:54:51 +02:00
parent 57265ff211
commit cf9d8e0104
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
3 changed files with 11 additions and 11 deletions

View file

@ -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.