iced/examples/styling
Akshay Raina 3a44ad3c73
fix(examples-styling): fixed checkbox and toggler getting hidden behind scrollbar
Column inside scrollable is having Length::Fill so it is taking entire width thus hiding check box and toggler.
Added fixed width to scrollable so Lenth::Fill will be relative to fixed width
2023-09-03 08:33:02 +02:00
..
src fix(examples-styling): fixed checkbox and toggler getting hidden behind scrollbar 2023-09-03 08:33:02 +02:00
Cargo.toml refactor: remove once_cell from styling example 2022-11-03 03:23:36 +01:00
README.md Add README for styling example 2020-01-20 07:22:10 +01:00

Styling

An example showcasing custom styling with a light and dark theme.

All the example code is located in the main file.

You can run it with cargo run:

cargo run --package styling