|
|
|
@ -802,7 +802,7 @@ PlasmaComponents.Page {
|
|
|
|
|
id: solidForMaximizedChk
|
|
|
|
|
Layout.leftMargin: units.smallSpacing * 2
|
|
|
|
|
Layout.maximumWidth: (dialog.appliedWidth - units.smallSpacing * 2) - 3*units.smallSpacing
|
|
|
|
|
text: i18n("Fully opaque background when touching any window")
|
|
|
|
|
text: i18n("Prefer opaque background when touching any window")
|
|
|
|
|
checked: plasmoid.configuration.solidBackgroundForMaximized
|
|
|
|
|
tooltip: i18n("Background removes its transparency setting when a window is touching")
|
|
|
|
|
style: LatteExtraControls.LatteCheckBoxStyle{}
|
|
|
|
|