From: Vincent Vanwaelscappel Date: Thu, 13 Feb 2025 10:43:25 +0000 (+0100) Subject: wait #7327 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=5dc4a36f6c6bd7187c0f318aa7b9442c8395d0c8;p=bloomsburie.git wait #7327 --- diff --git a/framework/application/forms/CMS/Sub/Home/Slideshow/Slide.php b/framework/application/forms/CMS/Sub/Home/Slideshow/Slide.php index da46f17..56a24ec 100644 --- a/framework/application/forms/CMS/Sub/Home/Slideshow/Slide.php +++ b/framework/application/forms/CMS/Sub/Home/Slideshow/Slide.php @@ -21,7 +21,7 @@ class Cubedesigners_Form_CMS_Sub_Home_Slideshow_Slide extends CubeIT_Form_SubFor $overlay->setLabel('Overlay opacity'); $overlay->setMax(100); $overlay->setMin(0); - $overlay->setValue(80); + $overlay->setValue(60); $this->addElement($overlay); $legend = new CubeIT_Form_Element_Markitup('legende');