diff --git a/data/window.blp b/data/window.blp index 5964747d3dadbec191758bfa95e7c8bcc1cfe092..67542cc48c4848f010831604425f01721f8b28d7 100644 --- a/data/window.blp +++ b/data/window.blp @@ -9,7 +9,6 @@ template RugbyAppWindow : ApplicationWindow { title: "Rugby"; default-height: 600; default-width: 400; - styles ["devel"] [titlebar] HeaderBar { diff --git a/src/main.c b/src/main.c index abfa9a470b3c0e57255c43a1d55d046de188f314..12d1fc898cb0ef00aa64e18bb2df45e46441dd0f 100644 --- a/src/main.c +++ b/src/main.c @@ -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);