GNOME Bugzilla – Bug 658964
Toolbar and treeview don't join properly
Last modified: 2011-09-14 17:37:45 UTC
The lower part of the treeview doesn't seem to get rounded as it should. The code looks the same as the one used in the background panel, so I'm at loss why it would behave that way.
Hmm, I can't figure this out either. Time to cc Cosimo
(In reply to comment #1) > Hmm, I can't figure this out either. Time to cc Cosimo He was already assigned to it :)
Created attachment 196521 [details] [review] online-accounts: don't use a GtkTable to arrange widgets Use simple GtkBox widgets instead, which allow the theme to style the rounded corners for inline toolbar under the treeview properly
Review of attachment 196521 [details] [review]: <hadess> cosimoc, right, why does the table not work then? :) <cosimoc> hadess, because the way we set rounded corners in the theme is by matching for nth-child(last) inline toolbars hadess, and GtkTable doesn't support that <hadess> cosimoc, ok, would be great if you could put that information in the commit message then Note that, without any accounts selected, or configured, the "Select an account" label is not centred anymore.
Attachment 196521 [details] pushed as 2621a96 - online-accounts: don't use a GtkTable to arrange widgets Okay. I tweaked the commit message, fixed the centered label bug for no accounts (it was just missing an expand=true flag in the GtkBox packing) and pushed this to master.