You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
Multiply contents minimum size by scale factor
This commit is contained in:
@@ -2141,7 +2141,7 @@ Size2 Window::get_clamped_minimum_size() const {
|
||||
return min_size;
|
||||
}
|
||||
|
||||
return min_size.max(get_contents_minimum_size());
|
||||
return min_size.max(get_contents_minimum_size() * get_content_scale_factor());
|
||||
}
|
||||
|
||||
void Window::grab_focus() {
|
||||
|
||||
Reference in New Issue
Block a user