From 39695fb117aea1683dd4ba3ca73e1db6617bbcef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kla=CC=88hn?= Date: Mon, 2 Oct 2023 15:33:12 +0200 Subject: [PATCH] Adapt positioning of cinema views to not cover the devoxx logo --- cinema/src/main/resources/tweetwallConfig.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cinema/src/main/resources/tweetwallConfig.json b/cinema/src/main/resources/tweetwallConfig.json index 67034a9..e8c7b41 100644 --- a/cinema/src/main/resources/tweetwallConfig.json +++ b/cinema/src/main/resources/tweetwallConfig.json @@ -19,7 +19,7 @@ "stepClassName": "org.tweetwallfx.conference.stepengine.steps.ShowSchedule", "config": { "layoutX": 35, - "layoutY": 215, + "layoutY": 165, "width": 1860, "sessionHeight": 200, "showAvatar": true, @@ -54,7 +54,7 @@ "stepClassName": "org.tweetwallfx.conference.stepengine.steps.ShowTopRated", "config": { "layoutX": 35, - "layoutY": 215, + "layoutY": 165, "width": 800, "talkHeight": 125, "talkVGap": 5, @@ -79,7 +79,7 @@ "stepClassName": "org.tweetwallfx.conference.stepengine.steps.ShowSchedule", "config": { "layoutX": 35, - "layoutY": 215, + "layoutY": 165, "width": 1860, "sessionHeight": 200, "showAvatar": true, @@ -114,7 +114,7 @@ "stepClassName": "org.tweetwallfx.conference.stepengine.steps.ShowTopRated", "config": { "layoutX": 35, - "layoutY": 215, + "layoutY": 165, "width": 800, "talkHeight": 125, "talkVGap": 5,