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:
parent
239d2eee55
commit
e41792e636
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user