[gnome-control-center/wip/privacy-swarm: 9/9] panel-list: Reorganize panel order



commit efcfe4d93bf9401fd4330b515f1c643b9fe487d6
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Wed Sep 25 18:47:13 2019 -0300

    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",
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]