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

4 add menus in place of popup #7

Merged
merged 8 commits into from
Jul 20, 2024
Merged

Conversation

shartrec
Copy link
Owner

No description provided.

@shartrec shartrec linked an issue Jul 20, 2024 that may be closed by this pull request
@shartrec shartrec merged commit 1616c58 into master Jul 20, 2024
1 check passed
@shartrec shartrec deleted the 4-Add_menus_in_place_of_popup branch July 20, 2024 05:19
@shartrec shartrec restored the 4-Add_menus_in_place_of_popup branch July 20, 2024 05:19
@shartrec
Copy link
Owner Author

Couldn't get that to build. Errors in other widgets

no method named `align_x` found for struct `iced::advanced::widget::Text` in the current scope
    --> /home/trevor/.cargo/git/checkouts/iced_aw-d8617147b960a6c7/168c252/src/widgets/overlay/time_picker.rs:1743:22
     |
1741 | /                 text::Text::new(icon_to_string(Bootstrap::Check))
1742 | |                     .font(BOOTSTRAP_FONT)
1743 | |                     .align_x(Horizontal::Center)
     | |                     -^^^^^^^ method not found in `Text<'_, _, _>`
     | |_____________________|
     | 

@shartrec
Copy link
Owner Author

I did some more testing and this happens much more often in debug mode in RustRover than it does if running the release build standalone

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.

Try to unify window using menu widget from iced_aw
1 participant