mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-25 06:49:47 -04:00
Merge pull request #108 from euquiq/increase-width-fine-tune-cursor-on-spectrum-waterfall
Bigger cursor tick on spectrum waterfall
This commit is contained in:
commit
93f752d86f
1 changed files with 2 additions and 2 deletions
|
@ -120,8 +120,8 @@ void FrequencyScale::paint(Painter& painter) {
|
||||||
|
|
||||||
if (_blink) {
|
if (_blink) {
|
||||||
const Rect r_cursor {
|
const Rect r_cursor {
|
||||||
120 + cursor_position, r.bottom() - filter_band_height,
|
118 + cursor_position, r.bottom() - filter_band_height,
|
||||||
2, filter_band_height
|
5, filter_band_height
|
||||||
};
|
};
|
||||||
painter.fill_rectangle(
|
painter.fill_rectangle(
|
||||||
r_cursor,
|
r_cursor,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue