shengt25 / Heart-Wave-pico

HeartWave Pico is a portable Heart Rate Variability (HRV) analysis device based on Raspberry Pi Pico W.
Apache License 2.0
0 stars 0 forks source link

Scroll bar parameters are hard coded #10

Closed shengt25 closed 6 months ago

shengt25 commented 6 months ago

In ui Listview, such as:

def _cal_slider_height(self):
    return int(self._items_per_page / len(self._items) * 35 + 5)