in src/pathpicker/screen_control.py [0:0]
def reduce_max_y(self, max_y: int) -> int: if self.get_is_sidebar_mode(): return max_y return max_y - 4