diff options
Diffstat (limited to 'recipes-demo/flutter-ics-homescreen/files/flutter-ics-homescreen.json')
-rw-r--r-- | recipes-demo/flutter-ics-homescreen/files/flutter-ics-homescreen.json | 3 |
1 files changed, 2 insertions, 1 deletions
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 56ab1d35a..2817e5fed 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 } } ] } |