Skip to content

Fix: Window::default_pos does not work - #5315

Merged
emilk merged 1 commit into
emilk:masterfrom
rustbasic:patch143
Oct 29, 2024
Merged

emilk merged 1 commit into
emilk:masterfrom
rustbasic:patch143

Conversation

@rustbasic

@rustbasic rustbasic commented Oct 28, 2024

Copy link
Copy Markdown
Contributor

Fix: Window::default_pos does not work

Issues: Since default_size is not applied to area, style.spacing.default_area_size is applied, causing problems.

@github-actions

Copy link
Copy Markdown

Preview available at https://egui-pr-preview.github.io/pr/5315-patch143
Note that it might take a couple seconds for the update to show up after the preview_build workflow has completed.

@emilk emilk changed the title Fix: Window::default_pos does not work Fix: Window::default_pos does not work Oct 29, 2024
@emilk emilk added bug Something is broken egui labels Oct 29, 2024
@emilk
emilk merged commit 3f2bd14 into emilk:master Oct 29, 2024
hacknus pushed a commit to hacknus/egui that referenced this pull request Oct 30, 2024
Fix: Window::default_pos does not work

Issues: Since `default_size` is not applied to `area`,
`style.spacing.default_area_size` is applied, causing problems.

* Closes emilk#5314
@rustbasic
rustbasic deleted the patch143 branch July 31, 2026 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something is broken egui

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Window::default_pos does not work

2 participants