1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-13 05:17:48 +03:00

expose some animations properties to Indicators

--animations enabled and durationTime exposed to
Indicators
This commit is contained in:
Michail Vourlakos 2019-06-03 17:19:58 +03:00
parent 1d055f5e19
commit 33962fa1fc
2 changed files with 6 additions and 2 deletions

View File

@ -59,11 +59,13 @@ Item{
readonly property int currentIconSize: root.iconSize
readonly property int maxIconSize: root.maxIconSize
readonly property int durationTime: root.durationTime
readonly property real scaleFactor: appletIsValid ? appletItem.wrapperAlias.zoomScale : 1
readonly property real panelOpacity: root.currentPanelOpacity
readonly property color shadowColor: root.appShadowColorSolid
readonly property bool animationsEnabled: root.animationsEnabled
readonly property real durationTime: root.durationTime
readonly property bool usePlasmaTabsStyle: !indicators.enabledForApplets
readonly property QtObject palette: colorizerManager.applyTheme

View File

@ -62,11 +62,13 @@ Item {
readonly property int currentIconSize: root.iconSize
readonly property int maxIconSize: root.maxIconSize
readonly property int durationTime: root.durationTime
readonly property real scaleFactor: taskIsValid ? taskItem.wrapperAlias.mScale : 1
readonly property real panelOpacity: root.currentPanelOpacity
readonly property color shadowColor: root.appShadowColorSolid
readonly property bool animationsEnabled: root.animationsEnabled
readonly property real durationTime: root.durationTime
readonly property bool usePlasmaTabsStyle: false
readonly property QtObject palette: enforceLattePalette ? latteBridge.palette.applyTheme : theme