From e744a9e1d2399a133171e45c5819bf6051989ad4 Mon Sep 17 00:00:00 2001 From: Joel Winarske Date: Fri, 6 Sep 2024 08:02:09 -0700 Subject: flutter SDK 3.24.2 -update flutter-ics-homescreen and flutter-instrument-cluster Change-Id: I2a12cf07f1c5ec8dc839b9f1b868b62069308be1 Signed-off-by: Joel Winarske (Updated flutter-cluster-dashboard systemd unit file) Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30257 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- recipes-demo/flutter-ics-homescreen/files/ics-homescreen.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes-demo/flutter-ics-homescreen/files/ics-homescreen.toml (limited to 'recipes-demo/flutter-ics-homescreen/files/ics-homescreen.toml') diff --git a/recipes-demo/flutter-ics-homescreen/files/ics-homescreen.toml b/recipes-demo/flutter-ics-homescreen/files/ics-homescreen.toml new file mode 100644 index 000000000..e5cb7f999 --- /dev/null +++ b/recipes-demo/flutter-ics-homescreen/files/ics-homescreen.toml @@ -0,0 +1,11 @@ +[view] +window_type = "BG" +width = 1080 +height = 1920 +fullscreen = true + +[window_activation_area] +x = 0 +y = 56 +width = 1080 +height = 1712 -- cgit 1.2.3-korg