Skip to content

Commit 2afeb1c

Browse files
committed
fix: reduced space between the two sub-menus
1 parent a344b1b commit 2afeb1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/core/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ def __init__(
887887
on_change,
888888
selected_index: Optional[int] = 0,
889889
destinations=[],
890-
menu_height: int = 300,
890+
menu_height: int = 200,
891891
width: int = int(dimens.MIN_WINDOW_WIDTH * 0.3),
892892
left_padding: int = dimens.SPACE_STD,
893893
top_margin: int = dimens.SPACE_STD,

0 commit comments

Comments
 (0)