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:
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…
Reference in New Issue
Block a user