Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(linux): fix examples/gtk_multiwebview.rs layout misaligned #1504

Merged
merged 1 commit into from
Feb 28, 2025

Conversation

ohyfun
Copy link
Contributor

@ohyfun ohyfun commented Feb 28, 2025

GTK requires a single gtk::Fixed container as the parent for all WebView instances.

However, the current code creates a new gtk::Fixed for each WebView, leading to incorrect layout behavior.

before
befor
after
after

@ohyfun ohyfun requested a review from a team as a code owner February 28, 2025 03:49
@ohyfun ohyfun changed the title fix(lLinux): fix examples/gtk_multiwebview.rs layout misaligned fix(linux): fix examples/gtk_multiwebview.rs layout misaligned Feb 28, 2025
@amrbashir
Copy link
Member

Thank you

Copy link
Contributor

Package Changes Through b049473

No changes.

Add a change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@amrbashir amrbashir merged commit 3bab9af into tauri-apps:dev Feb 28, 2025
12 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants