Skip to content

Commit

Permalink
fix: tweak 4k sizings
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Mar 28, 2022
1 parent 46e175f commit 8387b4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/multiviewLabel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ interface ResolutionSpec {
const Res4K = fillResolutionSpec({
width: 640,
height: 100,
xPad: 10,
yPadBottom: 8,
xPad: 16,
yPadBottom: 16,
yPadTop: 4,
fontHeight: 46,

Expand Down

0 comments on commit 8387b4a

Please sign in to comment.