GNOME Bugzilla – Bug 661213
widget issues in border dialog
Last modified: 2011-10-09 09:41:47 UTC
Created attachment 198558 [details] screen shot In the attached screenshot the border in the right border button is invisible
Looks like a gtk3 bug. Just like the spacing issues in the image selection dialog. One solution would be to replace all these boxes with GtkGrid, but given the fact that they don't behave the same in gtk 3.0 and 3.2, we might need some #if code to have things work with both versions (like excnaging the row and column spacings if gtk is 3.0).
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report. Used a GtkGrid to fix. One grid replaced 5 boxes or so and some alignments.