GNOME Bugzilla – Bug 672508
"Advanced" scrolled window does not have border
Last modified: 2012-03-21 15:56:00 UTC
See attached screenshot; the scrolled window could use gtk_scrolled_window_set_shadow_type(sw, GTK_SHADOW_IN). Also, when the expander is expanded, the resulting section is really small; not sure if that's a bug in the GtkExpander logic or if we can tweak some fill/expand packing property to change this behavior.
Created attachment 210209 [details] screenshot
Created attachment 210211 [details] [review] account-widget: set shadow_type=in for advanced scrolled windows
Review of attachment 210211 [details] [review]: ++
Btw do you know why the background is white? Any idea how to fix that as well?
(In reply to comment #0) > Also, when the expander > is expanded, the resulting section is really small; not sure if that's a bug in > the GtkExpander logic or if we can tweak some fill/expand packing property to > change this behavior. Setting 'expand' to TRUE in vbox_advanced doesn't help so yeah, that may be a Gtk+ issue.
(In reply to comment #4) > Btw do you know why the background is white? Any idea how to fix that as well? The white background is set by the theme, so you don't have to do anything here I think.
Attachment 210211 [details] pushed as f7dbe93 - account-widget: set shadow_type=in for advanced scrolled windows Pushed to master with r-t approval