-
-
Notifications
You must be signed in to change notification settings - Fork 360
Description
I am having trouble getting windows to align using egui_webview and in my projects. I found hello_egui and this example also is behaving strangely for me but not the author.
lucasmerlin/hello_egui#77 (comment)
the use of wv_rect.min.y does fix alignment for me. what is inverting this value or different about my configuration?
Steps To Reproduce
using wry = "0.45.0"
git clone https://github.com/lucasmerlin/hello_egui.git
cd hello_egui
cargo e egui_webview
Expected behavior
should not need to patch this to get alignment.
Screenshots
See link above
Platform and Versions (please complete the following information):
OS: win11
Rustc: rustc 1.88.0 (6b00bc388 2025-06-23)
happy to place in debug or printlns wherever, would appreciate additional screenshots from others for reproduction verification...and any guidance is appreciated. thanks.