ux: checkout commit popup layout

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo
2026-03-23 12:25:41 +08:00
parent ead94ea790
commit 548ac66cc1

View File

@@ -19,12 +19,16 @@
Text="{DynamicResource Text.Checkout.Commit}"/>
</StackPanel>
<Grid Margin="0,16,0,0" ColumnDefinitions="Auto,*">
<Grid Margin="0,16,0,0">
<Grid.RowDefinitions>
<RowDefinition Height="32"/>
<RowDefinition Height="Auto" MinHeight="32"/>
<RowDefinition Height="Auto"/>
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto" MinWidth="140"/>
<ColumnDefinition Width="*"/>
</Grid.ColumnDefinitions>
<TextBlock Grid.Row="0" Grid.Column="0"
HorizontalAlignment="Right" VerticalAlignment="Center"