mirror of
https://github.com/JS8Call-improved/JS8Call-improved
synced 2026-08-13 17:47:36 -04:00
Add dial bottom
This commit is contained in:
parent
66d7487b59
commit
ffe02563cc
1 changed files with 1 additions and 0 deletions
|
|
@ -610,6 +610,7 @@ CPlotter::DrawOverlayDial(int const fwidth)
|
|||
p.fillRect(rect(), Qt::transparent);
|
||||
p.setPen(Qt::red);
|
||||
p.fillRect(0, 26, fwidth + 2, 4, Qt::red);
|
||||
p.fillRect(0, m_h - 4, fwidth + 2, 4, Qt::red);
|
||||
p.drawLine(0, 30, 0, m_h); // first slot, left line
|
||||
p.drawLine(fwidth + 1, 30, fwidth + 1, m_h); // first slot, right line
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue