diff options
author | 2022-11-29 11:36:00 +0100 | |
---|---|---|
committer | 2022-11-29 11:36:00 +0100 | |
commit | 0974e9e86523174e7a07d992b48d681aa07d4a7e (patch) | |
tree | 8fd8784b89c0444029246183d1b9e208e51e97e5 /style/src/pick_list.rs | |
parent | 8d67e21d48dcefbbb675cfad07849607ce0fe1b7 (diff) | |
download | iced-0974e9e86523174e7a07d992b48d681aa07d4a7e.tar.gz iced-0974e9e86523174e7a07d992b48d681aa07d4a7e.tar.bz2 iced-0974e9e86523174e7a07d992b48d681aa07d4a7e.zip |
Added ability to customize accessory content.
Diffstat (limited to 'style/src/pick_list.rs')
-rw-r--r-- | style/src/pick_list.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/style/src/pick_list.rs b/style/src/pick_list.rs index 8d93dff2..103cc026 100644 --- a/style/src/pick_list.rs +++ b/style/src/pick_list.rs @@ -16,8 +16,6 @@ pub struct Appearance { pub border_width: f32, /// The border color of the pick list. pub border_color: Color, - /// The size of the arrow icon of the pick list. - pub icon_size: f32, } /// A set of rules that dictate the style of a container. |