Access ShadowedLabel from PlasmaExtras

That's where it's been moved to; see
https://invent.kde.org/plasma/plasma-framework/-/merge_requests/951.
master
Nate Graham 11 months ago
parent 6cac17aac0
commit cdadf7cf7f

@ -12,7 +12,7 @@ import org.kde.kirigami 2.20 as Kirigami
import org.kde.kwin as KWinComponents import org.kde.kwin as KWinComponents
import org.kde.kwin.private.effects import org.kde.kwin.private.effects
import org.kde.plasma.components 3.0 as PC3 import org.kde.plasma.components 3.0 as PC3
import org.kde.plasma.workspace.components 2.0 as WorkspaceComponents import org.kde.plasma.extras as PlasmaExtras
import org.kde.ksvg 1.0 as KSvg import org.kde.ksvg 1.0 as KSvg
Item { Item {
@ -168,7 +168,7 @@ Item {
visible: !thumb.activeHidden && !activeDragHandler.active visible: !thumb.activeHidden && !activeDragHandler.active
WorkspaceComponents.ShadowedLabel { PlasmaExtras.ShadowedLabel {
id: caption id: caption
visible: thumb.windowTitleVisible visible: thumb.windowTitleVisible
width: thumb.width width: thumb.width

Loading…
Cancel
Save