]> _ Git - fluidbook-toolbox.git/commitdiff
wip #4775 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 12 Oct 2021 14:25:47 +0000 (16:25 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 12 Oct 2021 14:25:47 +0000 (16:25 +0200)
app/Models/FluidbookTheme.php

index cd9bab8ad5fc74b9c9989158f7e77caf22edbbae..36c3803f1d1b2398fe6b8c0e1cd5c1bca3c952bc 100644 (file)
@@ -335,7 +335,14 @@ class FluidbookTheme extends CubistMagicAbstractModel
             'name' => 'tooltipTextSize',
             'type' => 'Integer',
             'label' => __('Taille du texte des infobulles'),
-            'default' => 100,
+            'default' => 14,
+            'translatable' => false,
+        ]);
+        $this->addField([
+            'name' => 'tooltipPadding',
+            'type' => 'Integer',
+            'label' => __('Taille de la marge intérieure des infobulles'),
+            'default' => 20,
             'translatable' => false,
         ]);
         $this->addField([