forget to increase default hover

This commit is contained in:
un-pogaz 2026-01-04 10:49:05 +01:00
parent f7c38fded5
commit fa90cd4d06

View File

@ -615,7 +615,7 @@ class LayoutConstraints(NamedTuple):
shelf_gap: int = 20
width: int = 0
side_margin: int = 4
hover_expanded_width: int = 110
hover_expanded_width: int = 160
@property
def step_height(self) -> int: