Hi,
I want to center independent Dialog to main Window, but when I use
dialog_progress.set_position(WindowPosition::CenterOnParent);
then dialog appear on center of current screen, where actually Window is.
Is there any method to set position of Dialog to center of Window like:
dialog_progress.set_at_center_of(window_main);
?