expose some animations properties to Indicators

--animations enabled and durationTime exposed to
Indicators
pull/6/head
Michail Vourlakos 6 years ago
parent 1d055f5e19
commit 33962fa1fc

@ -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

@ -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

Loading…
Cancel
Save