mirror of
https://github.com/Kunsi/scheduled-plugin-pretalx-broadcast-tools.git
synced 2024-11-22 01:51:03 +00:00
increase font sizes for high-resolution screens
This commit is contained in:
parent
99624b5d92
commit
677f042ec6
1 changed files with 5 additions and 0 deletions
5
node.lua
5
node.lua
|
@ -4,6 +4,11 @@ local TOPBAR_FONT_SIZE = 70
|
||||||
local TALK_FONT_SIZE = 50
|
local TALK_FONT_SIZE = 50
|
||||||
local PADDING = 20
|
local PADDING = 20
|
||||||
|
|
||||||
|
if NATIVE_HEIGHT > 1200 then
|
||||||
|
TOPBAR_FONT_SIZE = 140
|
||||||
|
TALK_FONT_SIZE = 100
|
||||||
|
end
|
||||||
|
|
||||||
local font_clock
|
local font_clock
|
||||||
local font_day
|
local font_day
|
||||||
local font_room
|
local font_room
|
||||||
|
|
Loading…
Reference in a new issue