Make scrollbar handle corners rounded as well

This commit is contained in:
johanneshilden 2017-10-06 14:47:48 +03:00
parent 5e20e568f3
commit b1665177e5
1 changed files with 1 additions and 1 deletions

View File

@ -206,5 +206,5 @@ void QtMaterialScrollBar::paintEvent(QPaintEvent *event)
brush.setColor(sliderColor());
painter.setBrush(brush);
painter.drawRect(handle);
painter.drawRoundedRect(handle, 9, 9);
}