Skip to content

Port `adw::AboutWindow` to `adw::AboutDialog` / `adw::Dialog`

Dexter Reed requested to merge sungsphinx/loupe:adw-dialog into main

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)

Merge request reports