1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-20 06:50:28 +03:00

fix #633,set a fixed shadow for edit box

This commit is contained in:
Michail Vourlakos 2017-07-29 23:24:30 +03:00
parent c154eae4c7
commit 8c7eee5245

View File

@ -176,7 +176,7 @@ DragDrop.DropArea {
property int panelMargin: 0
property int panelMarginLength: 0
property int panelShadow: 0 //shadowsSize
property int editShadow: Math.ceil(iconSize / 5)
property int editShadow: 7
property int themePanelSize: {
//root.statesLineSize + root.iconSize + root.iconMargin + 1
var panelBase = root.statesLineSize + root.panelMargin;