increase visual indicator margin

--increase its value to 5px. this way
the two margins and the indicator equals
to 16px. 5+5+6
work/spdx
Michail Vourlakos 4 years ago
parent 8d0c26a2e1
commit a0bcd9503d

@ -30,7 +30,7 @@ namespace Latte {
const int ICONMARGIN = 1;
const int INDICATORCHANGESLENGTH = 6;
const int INDICATORCHANGESMARGIN = 2;
const int INDICATORCHANGESMARGIN = 5;
const int MARGIN = 2;
bool isEnabled(const QStyleOption &option)

Loading…
Cancel
Save