From c1354f49a31cef9e15f4ebbce63993495920aa61 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Mon, 27 Feb 2023 10:14:17 +0100 Subject: [PATCH] according to: https://m3.material.io/components/divider/specs --- skins/material3/QskMaterial3Skin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skins/material3/QskMaterial3Skin.cpp b/skins/material3/QskMaterial3Skin.cpp index 519dc20a..316edcd7 100644 --- a/skins/material3/QskMaterial3Skin.cpp +++ b/skins/material3/QskMaterial3Skin.cpp @@ -616,10 +616,10 @@ void Editor::setupSeparator() { const auto aspect = Q::Panel | variation; - setMetric( aspect | A::Size, 4_dp ); + setMetric( aspect | A::Size, 1_dp ); setBoxShape( Q::Panel, 0 ); setBoxBorderMetrics( Q::Panel, 0 ); - setGradient( aspect, m_pal.background ); + setGradient( aspect, m_pal.outline ); } }