Robert Eichler

Results 4 issues of Robert Eichler

Hello, I noticed that the text rendering cuts off whole words. It seems that the width of the characters is not calculated correctly. Maybe a rounding mistake? ![text_bug](https://user-images.githubusercontent.com/26521388/111486647-f3502900-8737-11eb-8bbb-d8ea54328d42.png) Here is...

bug
help wanted
text
layout
rendering

First draft of a `Menu` widget. ![menu](https://user-images.githubusercontent.com/26521388/110133157-40dda500-7dcc-11eb-86e5-726d150d3e90.gif) Open TODOs: * [x] Disable entries. This could be achieved by changing `Message` to `Optional`. * [x] Toggle-able entries. This could be achieved...

Steps to reproduce: 1. create a new project: `cargo new foo` 2. add iced_web to the dependencies: ```Rust [dependencies] iced_web = { git="https://github.com/iced-rs/iced_web", branch="master" } ``` 3. build it for...

Hello, I've noticed that the `Scrollable` widget on `iced_web` applies `max_with` to it's content, but not on itself. Which results in having the width of the scrollable `DIV` to not...