initial appbase integration

This commit is contained in:
fourtf
2018-11-21 21:37:41 +01:00
parent 9472283d76
commit cf26f10b80
26 changed files with 63 additions and 412 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ void Button::paintEvent(QPaintEvent *)
}
QRect rect = this->rect();
int s = this->enableMargin_ ? int(6 * this->getScale()) : 0;
int s = this->enableMargin_ ? int(6 * this->scale()) : 0;
rect.moveLeft(s);
rect.setRight(rect.right() - s - s);