Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Zamoca42 committed Oct 2, 2024
1 parent f22f3be commit 971de4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platform_impl/linux/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ impl Window {
let window_clone = window.clone();
glib::idle_add_local_once(move || {
window_clone.set_resizable(true);
window_clone.set_default_size(min_width, min_height);
window_clone.resize(width, height);
});

Expand Down

0 comments on commit 971de4f

Please sign in to comment.