tweaked the light themes

This commit is contained in:
fourtf
2017-12-26 16:54:39 +01:00
parent 37ca3cd79e
commit 4e4cc9223e
4 changed files with 40 additions and 19 deletions
+5
View File
@@ -244,6 +244,11 @@ void ScrollBar::paintEvent(QPaintEvent *)
this->mutex.unlock();
}
void ScrollBar::resizeEvent(QResizeEvent *)
{
this->resize((int)(16 * this->getDpiMultiplier()), this->height());
}
void ScrollBar::mouseMoveEvent(QMouseEvent *event)
{
if (this->mouseDownIndex == -1) {