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

add tooltip for maximized window behavior

This commit is contained in:
Michail Vourlakos 2017-05-26 20:11:38 +03:00
parent aacd80df3d
commit 5f1f5f102e

View File

@ -77,6 +77,7 @@ PlasmaComponents.Page {
Layout.leftMargin: units.smallSpacing * 2
text: i18n("Show background only for maximized windows")
checked: plasmoid.configuration.backgroundOnlyOnMaximized
tooltip: i18n("The panel background becomes transparent and is shown only\nwhen there is a maximized window")
onClicked: {
plasmoid.configuration.backgroundOnlyOnMaximized = checked