Skip to content

Commit fe99f4a

Browse files
committed
ux: max height of group list in Move Repository Node popup (#2502)
Signed-off-by: leo <longshuang@msn.cn>
1 parent e6b96d9 commit fe99f4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Views/MoveRepositoryNode.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
Margin="4,0"
2828
Padding="4"
2929
MinHeight="28"
30-
MaxHeight="100"
30+
MaxHeight="400"
3131
Focusable="True"
3232
BorderThickness="1"
3333
BorderBrush="{DynamicResource Brush.Border2}"

0 commit comments

Comments
 (0)