Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
Adapt positioning of cinema views to not cover the devoxx logo
Browse files Browse the repository at this point in the history
  • Loading branch information
mklaehn committed Oct 2, 2023
1 parent c453467 commit 39695fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cinema/src/main/resources/tweetwallConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"stepClassName": "org.tweetwallfx.conference.stepengine.steps.ShowSchedule",
"config": {
"layoutX": 35,
"layoutY": 215,
"layoutY": 165,
"width": 1860,
"sessionHeight": 200,
"showAvatar": true,
Expand Down Expand Up @@ -54,7 +54,7 @@
"stepClassName": "org.tweetwallfx.conference.stepengine.steps.ShowTopRated",
"config": {
"layoutX": 35,
"layoutY": 215,
"layoutY": 165,
"width": 800,
"talkHeight": 125,
"talkVGap": 5,
Expand All @@ -79,7 +79,7 @@
"stepClassName": "org.tweetwallfx.conference.stepengine.steps.ShowSchedule",
"config": {
"layoutX": 35,
"layoutY": 215,
"layoutY": 165,
"width": 1860,
"sessionHeight": 200,
"showAvatar": true,
Expand Down Expand Up @@ -114,7 +114,7 @@
"stepClassName": "org.tweetwallfx.conference.stepengine.steps.ShowTopRated",
"config": {
"layoutX": 35,
"layoutY": 215,
"layoutY": 165,
"width": 800,
"talkHeight": 125,
"talkVGap": 5,
Expand Down

0 comments on commit 39695fb

Please sign in to comment.