diff options
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. |