panel-list: Further tweak sidebar classes
Removes sidebar-label class, adds sidebar-icon class to Devices and Details arrows https://bugzilla.gnome.org/show_bug.cgi?id=786612
This commit is contained in:
parent
1e82b65674
commit
ded1b10eb1
2 changed files with 6 additions and 7 deletions
|
@ -194,7 +194,6 @@ row_data_new (CcPanelCategory category,
|
|||
"xalign", 0.0,
|
||||
"hexpand", TRUE,
|
||||
NULL);
|
||||
gtk_style_context_add_class (gtk_widget_get_style_context (label), "sidebar-label");
|
||||
gtk_grid_attach (GTK_GRID (grid), label, 1, 0, 1, 1);
|
||||
|
||||
/* Description label */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue