Port `adw::AboutWindow` to `adw::AboutDialog` / `adw::Dialog`
Main Change: Port adw::AboutWindow
to adw::AboutDialog
/ adw::Dialog
Other Changes:
Change window height to 294 to fit the HIG: https://developer.gnome.org/hig/guidelines/adaptive.html#small-size-handling
Change adw features version in Cargo.toml
from v1_4
to v1_5
to use
the new dialog widget(s)
I'm not the best at rust programming right now, so my "code" might be a bit scuffed.
If there is any dialog that I missed which could be ported, let me know (pls :D)