mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-15 03:24:49 +03:00
remove panel external margin
This commit is contained in:
parent
9e6abb70d0
commit
7902bf8ce5
@ -203,10 +203,10 @@ Item{
|
|||||||
property int panelSize: automaticPanelSize
|
property int panelSize: automaticPanelSize
|
||||||
property int automaticPanelSize: {
|
property int automaticPanelSize: {
|
||||||
if (root.behaveAsPlasmaPanel) {
|
if (root.behaveAsPlasmaPanel) {
|
||||||
return root.iconSize + root.thickMargins + 2;//root.panelThickMarginHigh;
|
return root.iconSize + root.thickMargins;// + 2;
|
||||||
} else {
|
} else {
|
||||||
var icons = root.iconSize + root.thickMargins + 2; //root.panelThickMarginHigh;
|
var icons = root.iconSize + root.thickMargins;// + 2;
|
||||||
var panelt = root.themePanelThickness + 2; //root.panelThickMarginHigh;
|
var panelt = root.themePanelThickness;// + 2;
|
||||||
|
|
||||||
root.realPanelThickness = icons;
|
root.realPanelThickness = icons;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user