Hi
In GTK 3 we could set any window (including a messagedialog) at the center of the screen.
I read on the forum this is removed in GTK 4.
Is there a way to set a messagedialog to the center of the parent?
Not to the center of the screen but the center of the parent.
I’m using a lot of messagedialogs and it’s silly they all appear top left of the screen, while the application window is somewhere else.
If this is not possible, could a setting 'center to parent window" be added in an update?
Or maybe this is not possible because any positioning code of a window is completely removed?
Thanks