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

feat: Add methods for window settings in Application #2470

Merged
merged 2 commits into from
Jun 20, 2024

Conversation

ryankopf
Copy link

This commit adds new methods to the Application struct for setting window settings:

  • resizable
  • decorations
  • position
  • level.

The most recent PRs removed "window" from "Settings", and so now these window settings can not be set without these functions, making them critical.

ryankopf and others added 2 commits June 20, 2024 00:40
This commit adds new methods to the `Application` struct for setting various window settings such as resizable, decorations, position, and level. These methods allow for more customization and control over the appearance and behavior of the application window.
@hecrj hecrj added this to the 0.13 milestone Jun 20, 2024
@hecrj hecrj added feature New feature or request shell addition labels Jun 20, 2024
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.

Thanks!

@hecrj hecrj enabled auto-merge June 20, 2024 16:36
@hecrj hecrj merged commit a26493e into iced-rs:master Jun 20, 2024
12 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.

None yet

2 participants