iced-rs / iced

A cross-platform GUI library for Rust, inspired by Elm
https://iced.rs
MIT License
22.96k stars 1.06k forks source link

button::Appearance has both `shadow` and `shadow_offset` properties #2396

Closed lufte closed 3 weeks ago

lufte commented 3 weeks ago

Is there an existing issue for this?

Is this issue related to iced?

What happened?

I assume this is not intended: https://docs.rs/iced/0.12.1/iced/widget/button/struct.Appearance.html

What is the expected behavior?

Just have a shadow property.

Version

crates.io release

Operating System

Linux

Do you have any log output?

No response

hecrj commented 3 weeks ago

Thanks! This is already fixed in master.