Skip to content
Snippets Groups Projects
Verified Commit 9ab31adf authored by Bruce Cowan's avatar Bruce Cowan :airplane:
Browse files

Use Adwaita's about window and remove devel style

parent 08a235fc
No related branches found
No related tags found
No related merge requests found
Pipeline #3516 failed
......@@ -9,7 +9,6 @@ template RugbyAppWindow : ApplicationWindow {
title: "Rugby";
default-height: 600;
default-width: 400;
styles ["devel"]
[titlebar]
HeaderBar {
......
......@@ -30,12 +30,13 @@ about_activated (G_GNUC_UNUSED GSimpleAction *simple,
const char *authors[] = { "Bruce Cowan", NULL };
gtk_show_about_dialog (window,
"logo-icon-name", "face-wink",
"program-name", "Rugby",
adw_show_about_window (window,
"application-icon", "face-wink",
"application-name", "Rugby",
"copyright", "Copyright 2012–2022 Bruce Cowan",
"license-type", GTK_LICENSE_GPL_3_0,
"authors", authors,
"developers", authors,
"comments", "Rugby scores possibilities program",
"version", VERSION,
NULL);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment