<p></p>
<p>A suggestion, for <a href="https://github.com/geany/geany/blob/master/src/about.c">src/about.c</a>, instead of a custom window, can you use <em>gtk_show_about_dialog</em> to display a <a href="https://developer.gnome.org/gtk3/stable/GtkAboutDialog.html" rel="nofollow">standardized about dialog</a>?</p>
<pre><code>gtk_show_about_dialog (GTK_WINDOW (window),
        "version", VERSION,
        "comments", "Geany...",
        "website", "https://www.geany.org",
        "copyright", "Copyright...",
        "icon-name", "geany",
        "logo-icon-name", "geany",
        "license", "...",
        "wrap-license", TRUE,
        NULL);
</code></pre>
<p>An example:<br>
<a target="_blank" rel="noopener noreferrer" href="https://user-images.githubusercontent.com/31816829/76688425-d4065380-662c-11ea-9b10-97d098eaf281.png"><img src="https://user-images.githubusercontent.com/31816829/76688425-d4065380-662c-11ea-9b10-97d098eaf281.png" alt="about" style="max-width:100%;"></a></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/2451">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ7MRIJOAROD3U6SMG3RHPGX3ANCNFSM4LJR7NRA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJ7PI2ZIVJ7T5XYWIT3RHPGX3A5CNFSM4LJR7NRKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IVGKQ2A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/issues/2451",
"url": "https://github.com/geany/geany/issues/2451",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>