GNOME Bugzilla – Bug 644348
notebook: make GtkNotebook respect the focus-padding style property
Last modified: 2011-03-14 16:00:03 UTC
It seems GtkNotebook doesn't respect the focus-padding style property when rendering the focus. This patch fixes it.
Created attachment 183028 [details] [review] notebook: make GtkNotebook respect the focus-padding style property
Review of attachment 183028 [details] [review]: Looks good as far as the drawing is concerned (without trying it). Do we need to adjust allocation for this, too ?
Created attachment 183348 [details] [review] notebook: make GtkNotebook respect the focus-padding style property Updated patch which fixes also size-request and size-allocate impls. Fixes also some inconsistencies in handling focus-line-width.
Works fine in brief testing. Please commit to master and gtk-3-0
Attachment 183348 [details] pushed as c9f38ba - notebook: make GtkNotebook respect the focus-padding style property