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

Add resizable widget #793

Merged
merged 1 commit into from
Mar 19, 2025
Merged

Add resizable widget #793

merged 1 commit into from
Mar 19, 2025

Conversation

jrmoulton
Copy link
Collaborator

Creating a resizable widget is now as simple as creating a regular stack.

let view = resizable::resizable((side_bar, main_window))
    .style(|s| s.width_full().height_full())
    .custom_style(move |s| {
        s.handle_color(dragger_color)
            .active(|s| s.handle_color(active_dragger_color))
    });

@jrmoulton jrmoulton merged commit 20d7862 into lapce:main Mar 19, 2025
7 checks passed
@jrmoulton jrmoulton deleted the push-mqpyppvxusuu branch March 20, 2025 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant