Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(examples-styling): fixed checkbox and toggler getting hidden behind scrollbar #2062

Merged
merged 3 commits into from
Sep 3, 2023
Merged

fix(examples-styling): fixed checkbox and toggler getting hidden behind scrollbar #2062

merged 3 commits into from
Sep 3, 2023

Conversation

akshayr-mecha
Copy link
Contributor

@akshayr-mecha akshayr-mecha commented Sep 1, 2023

Fix for this issue #2056
Column inside scrollable has Length::Fill so it is taking the entire width thus hiding check box and toggler. Added fixed width to scrollable so Lenth::Fill will be relative to fixed width.

examples/styling/src/main.rs Outdated Show resolved Hide resolved
@hecrj hecrj enabled auto-merge September 3, 2023 06:28
@hecrj
Copy link
Member

hecrj commented Sep 3, 2023

Thanks!

@hecrj hecrj added this to the 0.11.0 milestone Sep 3, 2023
@hecrj hecrj added bug Something isn't working improvement An internal improvement labels Sep 3, 2023
akshayr-mecha and others added 3 commits September 3, 2023 08:33
…nd 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
@hecrj hecrj added the fix label Sep 3, 2023
@hecrj hecrj merged commit 404f497 into iced-rs:master Sep 3, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fix improvement An internal improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants