1
0
mirror of https://github.com/KDE/latte-dock.git synced 2024-12-23 13:33:50 +03:00

increase View initial thickness

--this way during startup a big thickness is
provided in order for slide-in during startup
to play nicely and give the time to view
its proper thicknesses
This commit is contained in:
Michail Vourlakos 2021-02-10 20:13:15 +02:00
parent f020400aec
commit ea214c5297

View File

@ -397,9 +397,9 @@ private:
bool m_isTouchingTopViewAndIsBusy{false};
int m_fontPixelSize{ -1};
int m_maxThickness{128};
int m_normalThickness{128};
int m_maxNormalThickness{128};
int m_maxThickness{256};
int m_normalThickness{256};
int m_maxNormalThickness{256};
int m_headThicknessGap{0};
int m_screenEdgeMargin{-1};
float m_maxLength{1};