1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-10 21:18:19 +03:00

update opacity for Settings::SubHeaders

This commit is contained in:
Michail Vourlakos 2020-04-10 12:45:55 +03:00
parent fda1f514a7
commit c8eefd6194

View File

@ -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
}