Brock

Results 37 comments of Brock

Ya there is no opacity attribute. You will have to overlay a `Container` above the image that has the same background color as the background behind the logo. `Container` background...

Yep. I'm sure it will be once Hecrj sees this issue. He is good at that. He is probably just busy now :smiley:

Just out of curiosity what would this allow a developer to do? Or maybe a better way to ask that is if you were to create an example for this...

An event would have to be added to the widget. The text_input widget is a good one to see example of how to implement more complex event detection. Without making...

An event would have to be added to the widget. The text_input widget is a good one to see example of how to implement more complex event detection. Without making...

Related to https://github.com/iced-rs/iced/pull/1440, This is not a bug in Iced. Wayland doesn't let windows request position. This might be possible if Winit were to expose a layer-shell window setting, but...

#872 adds scrolling to pick lists, so you could hide the arrow by shrinking it's size with a style, then tell the user to scroll through the list No means...

I don't think that is how `button::Stylesheet` does it. I'm not against different techniques though, why do you think that that would be better?

Maybe this is something that could be solved with code generation? Like from your first comment, you are basically setting what you want, then copying and pasting the rest from...