GNOME Bugzilla – Bug 733502
[PATCH] Bug when height > width
Last modified: 2014-07-21 14:15:39 UTC
For many times, Iagno bugs with “vertical windows” (when the height is more than the width), as in this screenshot of the master branch. I’ve looked to other games, but didn’t find a good solution; usually, the game board is just put inside an AspectFrame with a ratio of 1. I suggest putting both the board and the right column in the AspectFrame, with a ratio of 1,3 or so. Here is the patch. By the way, I have a GtkBuilder version of Iagno, not up-to-date but it’s not so complicated to do. Are you interested ?
Created attachment 281308 [details] [review] Use an AspectFrame to ensure all looks good. The screenshot comes after in fact. ^^
Created attachment 281309 [details] Screenshot
Thanks, much better. A GtkBuilder patch would indeed be welcome (if it's up-to-date with the current version of the UI). Pay attention to the interface-requires comment at the top; that'll need to be set to 3.10 for header bars, or 3.12 for the use-header-bar property you'll need for the preferences dialog. Attachment 281308 [details] pushed as 9587938 - Use an AspectFrame to ensure all looks good.