1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-23 02:50:12 +03:00

improve appearance of Basic button visual

This commit is contained in:
Michail Vourlakos 2017-04-22 23:44:13 +03:00
parent 239d2eee55
commit e41792e636

View File

@ -151,11 +151,13 @@ PlasmaCore.FrameSvgItem {
Layout.fillWidth: true
Layout.alignment: Qt.AlignRight
}
PlasmaComponents.Label {
text: i18n("Advanced")
Layout.alignment: Qt.AlignRight
opacity: plasmoid.configuration.advanced ? 1 : 0.35
opacity: plasmoid.configuration.advanced ? 1 : 0.3
}
Switch {
id: advancedSwitch
checked: plasmoid.configuration.advanced