From c8eefd6194848543bca35a0efdf0ad3befcb6455 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Fri, 10 Apr 2020 12:45:55 +0300 Subject: [PATCH] update opacity for Settings::SubHeaders --- declarativeimports/components/SubHeader.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/declarativeimports/components/SubHeader.qml b/declarativeimports/components/SubHeader.qml index caeda767c..3d693dade 100644 --- a/declarativeimports/components/SubHeader.qml +++ b/declarativeimports/components/SubHeader.qml @@ -27,7 +27,7 @@ PlasmaComponents.Label { Layout.topMargin: isFirstSubCategory ? 0 : units.smallSpacing * 2 Layout.bottomMargin: units.smallSpacing horizontalAlignment: Text.AlignHCenter - opacity: 0.3 + opacity: 0.4 property bool isFirstSubCategory: false }