GNOME Bugzilla – Bug 658519
[sudoku] Borders are unclear in most themes
Last modified: 2011-11-29 00:40:28 UTC
I agree with the reporter that the borders are indistinct. I do notice a slight difference between internal borders and the 3x3 borders but looking at Adwaita and Ambiance (the two themes I expect to be used most), it is difficult to even see that there is a grid at all. Original bug copied from https://bugs.launchpad.net/bugs/844385 This is not so much a bug as a design problem in the latest version of gnome-sudoku, but it leads to serious playability issues. Since 3x3 squares are relevant to game play, there is typically a darker border around those squares as compared to the individual squares. The only theme where this border is in fact darker is high contrast inverse. With the high contrast them there is no border at all, even around the individual squares. With most others, (Adwaita, Ambiance) there is no difference in the thickness of the individual and 3x3 borders. The game should display correctly regardless of theme.
Created attachment 198600 [details] [review] sudoku: fix borders There's a python traceback in the terminal: CRITICAL:root:set_bg_color handed Bad color: black Traceback (most recent call last):
+ Trace 228717
color = Gdk.color_parse(color)[1]
Fixing that fixes the borders.
Comment on attachment 198600 [details] [review] sudoku: fix borders Looks good. Thanks Edward
Yes, I confirm that this patch works well in Ubuntu. Edward, please commit if you have commit privileges.
committed to master: http://git.gnome.org/browse/gnome-games/commit/?id=84f76cb5f6c554e5c7b79d6be7e5a55c5c180d82 and to the 3.2 branch: http://git.gnome.org/browse/gnome-games/commit/?h=gnome-3-2&id=a91b3962d121f4042e7029e30a5c1423dfb0c130 Thanks again. Sorry that it took so long to land