Resize FileDialog children

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Vekepihvi

My game is in 4K, and that makes FileDialog windows twice smaller than they are supposed to be. I was able to fix this by applying 2x scale to the window, but it’s child windows don’t inherit the size and they are way too small. How do I also resize the child windows? (The child window is “File already exists. Overwrite?”)

Edit: If this is not possible, can you skip the second popup?

:bust_in_silhouette: Reply From: Vekepihvi

I was able to skip the confirmation dialog by changing the scene away on FileDialog’s confirmed signal.