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:
parent
f020400aec
commit
ea214c5297
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user