From aed05547f37b99bc14eb95de9c6c12f1c1885b6a Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Wed, 25 Sep 2019 18:47:13 -0300 Subject: [PATCH] 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 --- shell/cc-panel-list.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/cc-panel-list.c b/shell/cc-panel-list.c index 78a800978..bf4f32077 100644 --- a/shell/cc-panel-list.c +++ b/shell/cc-panel-list.c @@ -412,13 +412,13 @@ static const gchar * const panel_order[] = { "search", "region", "universal-access", - "online-accounts", "applications", + "privacy", + "online-accounts", "sharing", "sound", "power", "network", - "privacy", "devices", "details",