Ensure pos slide is a min of 8px
This commit is contained in:
@@ -144,7 +144,7 @@ PosSlider::PosSlider(QWidget *p)
|
||||
setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);
|
||||
setFocusPolicy(Qt::NoFocus);
|
||||
setStyle(new ProxyStyle());
|
||||
int h=fontMetrics().height()*0.5;
|
||||
int h=qMax((int)(fontMetrics().height()*0.5), 8);
|
||||
setMinimumHeight(h);
|
||||
setMaximumHeight(h);
|
||||
updateStyleSheet();
|
||||
|
||||
Reference in New Issue
Block a user