Make STF slider wider

This commit is contained in:
2023-11-14 16:30:57 +01:00
parent 2608a1bc79
commit e97e10fb5b
+4 -4
View File
@@ -18,13 +18,13 @@ STFSlider::STFSlider(const QColor &color, QWidget *parent) : QWidget(parent)
if(color == Qt::white) if(color == Qt::white)
{ {
setMaximumHeight(15); setMaximumHeight(16);
setMinimumHeight(15); setMinimumHeight(16);
} }
else else
{ {
setMaximumHeight(7); setMaximumHeight(10);
setMinimumHeight(7); setMinimumHeight(10);
} }
m_blackPoint = 0; m_blackPoint = 0;
m_midPoint = 0.5; m_midPoint = 0.5;