mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-02-24 08:39:52 -05: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
@ -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…
x
Reference in New Issue
Block a user