<p></p>
<p dir="auto">By the way, I tried the Chicago95 theme on the mac and there's a problem on HiDPI screens - see below (mostly the tabs):</p>
<p><a target="_blank" rel="noopener noreferrer" href="https://user-images.githubusercontent.com/713965/147960486-1993b835-8ff6-4bcd-9600-d4bf3419a2f0.png"><img width="1270" alt="Screen Shot 2022-01-03 at 18 11 01" src="https://user-images.githubusercontent.com/713965/147960486-1993b835-8ff6-4bcd-9600-d4bf3419a2f0.png" style="max-width: 100%;"></a></p>
<p dir="auto">Everything looks OK on normal resolution screens. This might be a bug in the macOS GTK backend and it might not be present on Windows but better test if the used theme looks well on HiDPI screens there. I even tried to generate <code>@2.png</code> files using this script</p>
<pre><code>from PIL import Image
import glob
import os

for fname in glob.glob("*.png"):
    img = Image.open(fname)
    width, height = img.size
    im_resized = img.resize((width*2, height*2), Image.NEAREST)
    basename = os.path.splitext(fname)[0]
    im_resized.save(basename + "@2.png", "PNG")
</code></pre>
<p dir="auto">but it didn't help.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/3063#issuecomment-1004244893">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJZRQ465TAY6WXVO6LLUUHMPDANCNFSM5KTF5ZZA">unsubscribe</a>.<br />Triage notifications on the go with GitHub Mobile for <a href="https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675">iOS</a> or <a href="https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub">Android</a>.
<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAIOWJ2KFFOYWDBWZHZUVMTUUHMPDA5CNFSM5KTF5ZZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOHPNY7HI.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><geany/geany/issues/3063/1004244893</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/issues/3063#issuecomment-1004244893",
"url": "https://github.com/geany/geany/issues/3063#issuecomment-1004244893",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>