Make scrollbar handle corners rounded as well
This commit is contained in:
parent
5e20e568f3
commit
b1665177e5
|
@ -206,5 +206,5 @@ void QtMaterialScrollBar::paintEvent(QPaintEvent *event)
|
||||||
brush.setColor(sliderColor());
|
brush.setColor(sliderColor());
|
||||||
painter.setBrush(brush);
|
painter.setBrush(brush);
|
||||||
|
|
||||||
painter.drawRect(handle);
|
painter.drawRoundedRect(handle, 9, 9);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue