mirror of
https://github.com/KDE/latte-dock.git
synced 2025-03-10 04:58:16 +03:00
improve default values for abilities
This commit is contained in:
parent
9e38a8cc3f
commit
2d48769771
@ -34,8 +34,8 @@ Item {
|
||||
}
|
||||
|
||||
property MetricsTypes.Padding padding: MetricsTypes.Padding{
|
||||
length: 4
|
||||
lengthApplet: 4
|
||||
length: 0
|
||||
lengthApplet: 0
|
||||
}
|
||||
|
||||
property MetricsTypes.Totals totals: MetricsTypes.Totals{
|
||||
|
@ -22,7 +22,7 @@ import QtQuick 2.0
|
||||
import "./paraboliceffect" as ParabolicEffectTypes
|
||||
|
||||
Item {
|
||||
property bool isEnabled: true
|
||||
property bool isEnabled: false
|
||||
property bool restoreZoomIsBlocked: false
|
||||
|
||||
property ParabolicEffectTypes.Factor factor: ParabolicEffectTypes.Factor{
|
||||
|
@ -20,6 +20,6 @@
|
||||
import QtQuick 2.0
|
||||
|
||||
Item {
|
||||
property int length: 4
|
||||
property int lengthApplet: 4
|
||||
property int length: 0
|
||||
property int lengthApplet: 0
|
||||
}
|
||||
|
@ -885,7 +885,7 @@ Item {
|
||||
target: icList
|
||||
|
||||
property int maxThickness: (appletAbilities.parabolic.isHovered || windowPreviewIsShown || appletAbilities.animations.hasThicknessAnimation) ?
|
||||
appletAbilities.metrics.mask.thickness.maxZoomedForItems : appletAbilities.metrics.mask.thickness.maxNormalForItems
|
||||
appletAbilities.metrics.mask.thickness.zoomedForItems : appletAbilities.metrics.mask.thickness.normalForItems
|
||||
|
||||
function onlyLaunchersInDroppedList(list){
|
||||
return list.every(function (item) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user