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:
parent
c154eae4c7
commit
8c7eee5245
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user