Liam Howatt

Results 102 comments of Liam Howatt

Fair enough! In fact, `get_x_aligned` doesn't do what that docstring says. @kisvegabor should this be fixed? If so, should it call `get_x` internally and then calculate the offset based on...

Ah you're right, it's always correct for pixel values. @leidto you can do this ```py print('btn x value:', lv.pct_to_px( btn.get_x_aligned(), # value btn.get_parent().get_width() # base )) ``` ``` btn x...