diff options
Diffstat (limited to 'src/layout_manager/db/layout.db')
-rw-r--r-- | src/layout_manager/db/layout.db | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/layout_manager/db/layout.db b/src/layout_manager/db/layout.db index 02139e6..0945bcd 100644 --- a/src/layout_manager/db/layout.db +++ b/src/layout_manager/db/layout.db @@ -6,7 +6,7 @@ "areas": [ { "name": "pop_up", - "role": "incomming_call" + "category": "incomming_call" } ] }, @@ -16,7 +16,7 @@ "areas": [ { "name": "system_alert", - "role": "system_alert" + "category": "system_alert" } ] }, @@ -26,7 +26,7 @@ "areas": [ { "name": "normal", - "role": "map" + "category": "map" } ] }, @@ -36,7 +36,7 @@ "areas": [ { "name": "split.main", - "role": "map" + "category": "map" }, { "name": "split.sub", @@ -50,7 +50,7 @@ "areas": [ { "name": "fullscreen", - "role": "map" + "category": "map" } ] }, @@ -94,7 +94,7 @@ "areas": [ { "name": "fullscreen", - "role": "homescreen" + "category": "homescreen" } ] }, @@ -104,7 +104,7 @@ "areas": [ { "name": "system_alert", - "role": "system_alert" + "category": "system_alert" } ] }, @@ -114,7 +114,7 @@ "areas": [ { "name": "restriction.normal", - "role": "restriction" + "category": "restriction" } ] }, @@ -124,7 +124,7 @@ "areas": [ { "name": "restriction.split.main", - "role": "restriction" + "category": "restriction" } ] }, @@ -134,7 +134,7 @@ "areas": [ { "name": "restriction.split.sub", - "role": "restriction" + "category": "restriction" } ] }, @@ -144,7 +144,7 @@ "areas": [ { "name": "software_keyboard", - "role": "software_keyboard" + "category": "software_keyboard" } ] }, @@ -154,7 +154,7 @@ "areas": [ { "name": "normal", - "role": "map" + "category": "map" } ] }, @@ -164,11 +164,11 @@ "areas": [ { "name": "split.main", - "role": "map" + "category": "map" }, { "name": "split.sub", - "role": "general" + "category": "general" } ] }, @@ -178,7 +178,7 @@ "areas": [ { "name": "normal", - "role": "general" + "category": "general" } ] }, @@ -188,7 +188,7 @@ "areas": [ { "name": "fullscreen", - "role": "homescreen" + "category": "homescreen" } ] } |