You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When launching the hello world program, it renders correctly on a single screen. However, when the program window is dragged to a second monitor on a Windows setup with multiple screens, the window size is abnormally enlarged.
use ribir::prelude::*;fnmain(){App::run(fn_widget!{ @Text{ text:"Hello World!"}});}
Steps to Reproduce:
Launch the program on a Windows system with multiple monitors.
Observe the initial correct rendering on the first screen.
Drag the program window to another monitor.
Notice the abnormal enlargement of the program window.
Expected Behavior:
The program window should maintain its size and render correctly when moved to another screen, consistent with the appearance on the initial screen.
Actual Behavior:
The program window becomes abnormally enlarged when dragged to a secondary monitor.
Environment:
Operating System: Windows11
Screens: Two monitors
Program Version: ribir = "0.4.0-alpha.15"
Additional Context:
Provide any additional information that might be helpful in diagnosing the issue, such as screen resolutions, scaling settings, or any relevant hardware details.
The text was updated successfully, but these errors were encountered:
Thank you for the report. I would like to clarify whether the window size changed unexpectedly or if the content within the window size did not render as expected. Providing two screen snapshots would be helpful for further investigation.
Thank you for your feedback. It appears that there is an issue with the window resizing. I apologize for not investigating this sooner, but I will prioritize resolving it before the 0.4 release.
Description:
When launching the hello world program, it renders correctly on a single screen. However, when the program window is dragged to a second monitor on a Windows setup with multiple screens, the window size is abnormally enlarged.
Steps to Reproduce:
Launch the program on a Windows system with multiple monitors.
Observe the initial correct rendering on the first screen.
Drag the program window to another monitor.
Notice the abnormal enlargement of the program window.
Expected Behavior:
The program window should maintain its size and render correctly when moved to another screen, consistent with the appearance on the initial screen.
Actual Behavior:
The program window becomes abnormally enlarged when dragged to a secondary monitor.
Environment:
Operating System: Windows11
Screens: Two monitors
Program Version:
ribir = "0.4.0-alpha.15"
Additional Context:
Provide any additional information that might be helpful in diagnosing the issue, such as screen resolutions, scaling settings, or any relevant hardware details.
The text was updated successfully, but these errors were encountered: