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 maximized and fullscreen to window::Settings #2627

Merged
merged 2 commits into from
Jan 6, 2025

Conversation

bbb651
Copy link
Contributor

@bbb651 bbb651 commented Oct 4, 2024

No description provided.

bbb651 added 2 commits October 4, 2024 21:14
Corresponds to `winit::window::WindowAttributes::with_maximized`
Corresponds to `winit::window::WindowAttributes::with_fullscreen`.

Currently only allows to set `Fullscreen::Borderless(None)` meaning
borderless on the current monitor, exclusive fullscreen does not
make sense for a GUI and iced does not expose monitors yet.
Copy link
Member

@hecrj hecrj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems reasonable. Thanks! 🙇

@hecrj hecrj added this to the 0.14 milestone Jan 6, 2025
@hecrj hecrj added feature New feature or request shell addition labels Jan 6, 2025
@hecrj hecrj merged commit 6343655 into iced-rs:master Jan 6, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
addition feature New feature or request shell
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants