diff --git a/presets.js b/presets.js
index 9aa6cd80d92a10840320901597695a169eccf5a2..a52e0835ed521285386b31707a22946f591c59a5 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),
         },