fix: Custom Action height is not large enough to display all contents (#1004)

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-02-20 10:18:46 +08:00
parent b57c0158c1
commit 507e502874
No known key found for this signature in database

View file

@ -340,7 +340,7 @@
<TextBlock Classes="tab_header" Text="{DynamicResource Text.Configure.CustomAction}"/>
</TabItem.Header>
<Grid ColumnDefinitions="200,*" Height="300" Margin="0,8,0,16">
<Grid ColumnDefinitions="200,*" Height="340" Margin="0,8,0,16">
<Border Grid.Column="0"
BorderThickness="1" BorderBrush="{DynamicResource Brush.Border2}"
Background="{DynamicResource Brush.Contents}">