Re: [hatari-devel] Hatari screen dialog regression |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: Nicolas Pomarède <npomarede@xxxxxxxxxxxx>, hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Hatari screen dialog regression
- From: Eero Tamminen <oak@xxxxxxxxxxxxxx>
- Date: Tue, 29 Jul 2025 13:18:49 +0300
- Dkim-filter: OpenDKIM Filter v2.11.0 smtp.dnamail.fi 4BE33211393C
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=helsinkinet.fi; s=2025-03; t=1753784330; bh=BFXl4evR05OxPpXxUz+MPmj7k6tIx5CScMG/YFU0ZO4=; h=Date:Subject:To:References:From:In-Reply-To:From; b=fjfsSNsLSBZueTh6uKv8qS70gIYWyBmUnjYM2AGidt2ATnYu3oCOQUOhTUyFEf/4I sieGIshBrfjIHE80Fsu9lKc/ajg4WCOs4zmxmfJUsgbBqLQcy8Us8jW1yd+X7gpg+D mMUZvlKmt4Z0OxElTNtAFrXEVkgD8ThkKqr3Ukd3N3paipW/CthhcoV3cVyzCXIgFU Xba4FfGfeN+IomHKMO5ZrMcjobVjimXudLvrOg/eqcnNOGsjsfPkLIvmX8iXd57f1f /eJg5EN/QSGtJU6QtXomfugw/7AV48QYOX769+ucU6EVOFheqYhhYURjTmWImXuB7V oCeGE8pm3UN/A==
Hi,
On 28.7.2025 22.41, Nicolas Pomarède wrote:
Le 28/07/2025 à 01:37, Eero Tamminen a écrit :
When trying to invoke "Hatari screen" configuration dialog, I get now
this in console, and no dialog:
ERROR: Screen size too small for dialog!
that's strange, I don't get any error and the "Hatari screen" worked
correctly for me (which is why I pushed the change).
Did you try disabling borders? (I have them disabled by default)
All Hatari dialogs need to fit to smallest possible Hatari window size,
to avoid them failing in such setups.
Otherwise it seemed to work.
Attached is patch that reworks the updated part of the dialog so that
it fits also into no-borders Hatari screen. Attached screenshot shows
what it looks after that.
If there's a problem with your setup, maybe others would have the same,
so you can push this change. but it's still strange that I don't have
this warning.
Ok. I'm doing some minor enhancement for it (and fixing the bug of it
giving truncated dir name to file selector).
- Eero