mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-24 21:54:59 +00:00
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:
parent
b57c0158c1
commit
507e502874
1 changed files with 1 additions and 1 deletions
|
@ -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}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue