1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-09 00:58:15 +03:00

rename setting to "thin title tooltips"

This commit is contained in:
Michail Vourlakos 2020-03-05 21:26:23 +02:00
parent b82d9dfdbe
commit 78630a60ba

View File

@ -725,8 +725,8 @@ PlasmaComponents.Page {
LatteComponents.CheckBox { LatteComponents.CheckBox {
id: titleTooltipsChk id: titleTooltipsChk
Layout.maximumWidth: dialog.optionsWidth Layout.maximumWidth: dialog.optionsWidth
text: i18n("Show title tooltips on hovering") text: i18n("Thin title tooltips on hovering")
tooltip: i18n("Show thinner tooltips produced by Latte for items.\nThese tooltips are not drawn when applets zoom effect is disabled"); tooltip: i18n("Show narrow tooltips produced by Latte for items.\nThese tooltips are not drawn when applets zoom effect is disabled");
checked: plasmoid.configuration.titleTooltips checked: plasmoid.configuration.titleTooltips
//enabled: plasmoid.configuration.zoomLevel > 0 //enabled: plasmoid.configuration.zoomLevel > 0