ux: add minimal height limitation for commit message textbox

This commit is contained in:
leo 2024-06-27 19:34:04 +08:00
parent fa2c7c0e18
commit 575f902a5d
No known key found for this signature in database

View file

@ -117,7 +117,14 @@
BorderBrush="{DynamicResource Brush.Border0}"/>
<!-- Right -->
<Grid Grid.Column="2" Margin="0,4,4,4" RowDefinitions="*,4,128,36">
<Grid Grid.Column="2" Margin="0,4,4,4">
<Grid.RowDefinitions>
<RowDefinition Height="*" MinHeight="400"/>
<RowDefinition Height="4"/>
<RowDefinition Height="128" MinHeight="100"/>
<RowDefinition Height="36"/>
</Grid.RowDefinitions>
<!-- Select Change Detail -->
<Grid Grid.Row="0">
<Border BorderThickness="1" BorderBrush="{DynamicResource Brush.Border2}">