GNOME Bugzilla – Bug 733521
[Patch] Tweaks to help other games to look good.
Last modified: 2014-07-22 20:35:00 UTC
Created attachment 281347 [details] [review] Tweaks to help other games to look good. I’ve previously made a patch to ensure Iagno always looks good [1], but it would be great to use a way to do this that all games could copy. Here is a patch for that, verified with gnome-sudoku [2] (with some changes just proposed here [3]). [1] https://bugzilla.gnome.org/show_bug.cgi?id=733502 [2] http://pix.toile-libre.org/upload/original/1405974637.png [3] https://bugzilla.gnome.org/show_bug.cgi?id=733520
Review of attachment 281347 [details] [review]: Arnaud, thanks again for your patch. I really appreciate your work to improve our window layouts. I was a bit frustrated with this myself yesterday. This patch doesn't work very well for me when the window size is small; could you try to fix this?
Created attachment 281355 [details] current master (including your previous patch)
Created attachment 281356 [details] screenshot with this patch applied (button too close to board)
Created attachment 281401 [details] [review] Tweaks to help other games to look good.
Review of attachment 281401 [details] [review]: Looks good, committing with this change: ::: src/iagno.vala @@ +135,3 @@ var hbox = new Gtk.Box (Gtk.Orientation.HORIZONTAL, 0); + hbox.halign = Gtk.Align.FILL; + hbox.spacing = 25; This should be set in the constructor (it's the second parameter)