panel-list: Reorganize panel order
This does not currently implements all the changes in panel order defined by the latest mockups [1], but only moves Privacy and Applications to their appropriate places. [1] https://gitlab.gnome.org/Teams/Design/settings-mockups/blob/master/shell/settings-cleanup.png
This commit is contained in:
parent
e677539b28
commit
aed05547f3
1 changed files with 2 additions and 2 deletions
|
@ -412,13 +412,13 @@ static const gchar * const panel_order[] = {
|
||||||
"search",
|
"search",
|
||||||
"region",
|
"region",
|
||||||
"universal-access",
|
"universal-access",
|
||||||
"online-accounts",
|
|
||||||
"applications",
|
"applications",
|
||||||
|
"privacy",
|
||||||
|
"online-accounts",
|
||||||
"sharing",
|
"sharing",
|
||||||
"sound",
|
"sound",
|
||||||
"power",
|
"power",
|
||||||
"network",
|
"network",
|
||||||
"privacy",
|
|
||||||
"devices",
|
"devices",
|
||||||
"details",
|
"details",
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue