Pipeline
Pipeline copied to clipboard
`AdwMessageDialog`s offset
When presenting an AdwMessageDialog the second time, it offsets:
This is a really weird issue. Do you have any idea what may be the issue there?
This is an uneducated guess, as I don't understand Rust, but I assume that it tries to create a dialog on top of the first dialog. I have never used AdwMessageDialog directly from the UI file. Usually, I implement AdwMessageDialogs from code (e.g. Python)
FWIW, the Import dialog doesn't reproduce this problem
It actually never creates a second dialog, it is only one dialog that is reused (see the hide-on-close-property). Maybe I will rewrite this dialog to be more in-line with the import-dialog, but that would be pretty low priority.