mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
UI Nits: Side Calendar border
.. fixed bug in GcLabel::paint that makes a nasty border on the day which makes it look like a button. yuck.
This commit is contained in:
@@ -160,7 +160,7 @@ GcLabel::paintEvent(QPaintEvent *)
|
||||
else painter.fillRect(all, Qt::lightGray);
|
||||
|
||||
painter.setPen(Qt::gray);
|
||||
painter.drawRect(QRect(0,0,width()-1,height()-1));
|
||||
painter.drawRect(QRect(0,0,width(),height()));
|
||||
}
|
||||
|
||||
if (selected) {
|
||||
|
||||
Reference in New Issue
Block a user