summaryrefslogtreecommitdiffstats
path: root/recipes-demo
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-demo')
-rw-r--r--recipes-demo/flutter-homescreen/files/flutter-homescreen.json3
-rw-r--r--recipes-demo/flutter-ics-homescreen/files/flutter-ics-homescreen.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/recipes-demo/flutter-homescreen/files/flutter-homescreen.json b/recipes-demo/flutter-homescreen/files/flutter-homescreen.json
index 63babcfa..83aa09a8 100644
--- a/recipes-demo/flutter-homescreen/files/flutter-homescreen.json
+++ b/recipes-demo/flutter-homescreen/files/flutter-homescreen.json
@@ -3,7 +3,8 @@
"window_type" : "BG",
"width" : 1920,
"height": 1080,
- "fullscreen": true
+ "fullscreen": true,
+ "window_activation_area" : { "x" : 0, "y" : 160, "width" : 1080, "height" : 1600 }
}
]
}
diff --git a/recipes-demo/flutter-ics-homescreen/files/flutter-ics-homescreen.json b/recipes-demo/flutter-ics-homescreen/files/flutter-ics-homescreen.json
index 56ab1d35..2817e5fe 100644
--- a/recipes-demo/flutter-ics-homescreen/files/flutter-ics-homescreen.json
+++ b/recipes-demo/flutter-ics-homescreen/files/flutter-ics-homescreen.json
@@ -3,7 +3,8 @@
"window_type" : "BG",
"width" : 1080,
"height": 1920,
- "fullscreen": true
+ "fullscreen": true,
+ "window_activation_area" : { "x" : 0, "y" : 56, "width" : 1080, "height" : 1712 }
}
]
}