设置 订阅/分组 显示空间的最大高度

避免占用过大的窗口面积
https://github.com/2dust/v2rayN/issues/4224
pull/4255/head
crazypeace 2023-09-09 15:00:59 +08:00
parent 4f30e3f0e3
commit 40fbbc7c58
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@
x:Name="lstGroup"
FontSize="{DynamicResource StdFontSize}"
ItemContainerStyle="{StaticResource MyChipListBoxItem}"
Style="{StaticResource MaterialDesignChoiceChipPrimaryOutlineListBox}">
Style="{StaticResource MaterialDesignChoiceChipPrimaryOutlineListBox}" MaxHeight="120">
<ListBox.ItemTemplate>
<DataTemplate>
<TextBlock Text="{Binding remarks}" />