From b029aeba68491383a37d6b8320ebfc970fd32002 Mon Sep 17 00:00:00 2001 From: Stefan Neumann <kienberg06@hotmail.de> Date: Wed, 11 Oct 2023 09:38:33 +0000 Subject: [PATCH] changed font size from 24 to 18 --- presets.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/presets.js b/presets.js index 9aa6cd8..a52e083 100644 --- a/presets.js +++ b/presets.js @@ -10,13 +10,13 @@ module.exports = function () { type: 'button', previewStyle: { text: `Pad ${i + 1}`, - size: '24', + size: '18', color: combineRgb(255, 255, 255), bgcolor: combineRgb(0, 0, 0), }, style: { text: `$(PlayWall:pad-${i})`, - size: '24', + size: '18', color: combineRgb(255, 255, 255), bgcolor: combineRgb(0, 0, 0), }, @@ -53,7 +53,7 @@ module.exports = function () { type: 'button', style: { text: `Seite ${i + 1}`, - size: '24', + size: '18', color: combineRgb(255, 255, 255), bgcolor: combineRgb(0, 0, 0), }, @@ -86,7 +86,7 @@ module.exports = function () { type: 'button', style: { text: 'Zurück', - size: '24', + size: '18', color: combineRgb(255, 255, 255), bgcolor: combineRgb(0, 0, 0), }, @@ -109,7 +109,7 @@ module.exports = function () { type: 'button', style: { text: 'Vor', - size: '24', + size: '18', color: combineRgb(255, 255, 255), bgcolor: combineRgb(0, 0, 0), }, -- GitLab