mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-03 18:49:30 +00:00
search merged to os x version, fixed some retina render, custom notifies code moved to window module
This commit is contained in:
@@ -101,8 +101,7 @@ BottomButton::BottomButton(QWidget *w, const QString &t, const style::flatButton
|
||||
void BottomButton::paintEvent(QPaintEvent *e) {
|
||||
QPainter p(this);
|
||||
|
||||
p.setPen(st::scrollDef.shColor->p);
|
||||
p.drawLine(0, 0, width(), 0);
|
||||
p.fillRect(0, 0, width(), st::lineWidth, st::scrollDef.shColor->b);
|
||||
|
||||
FlatButton::paintEvent(e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user