Skip to content

Commit 548ac66

Browse files
committed
ux: checkout commit popup layout
Signed-off-by: leo <longshuang@msn.cn>
1 parent ead94ea commit 548ac66

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Views/CheckoutCommit.axaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,16 @@
1919
Text="{DynamicResource Text.Checkout.Commit}"/>
2020
</StackPanel>
2121

22-
<Grid Margin="0,16,0,0" ColumnDefinitions="Auto,*">
22+
<Grid Margin="0,16,0,0">
2323
<Grid.RowDefinitions>
2424
<RowDefinition Height="32"/>
2525
<RowDefinition Height="Auto" MinHeight="32"/>
2626
<RowDefinition Height="Auto"/>
2727
</Grid.RowDefinitions>
28+
<Grid.ColumnDefinitions>
29+
<ColumnDefinition Width="Auto" MinWidth="140"/>
30+
<ColumnDefinition Width="*"/>
31+
</Grid.ColumnDefinitions>
2832

2933
<TextBlock Grid.Row="0" Grid.Column="0"
3034
HorizontalAlignment="Right" VerticalAlignment="Center"

0 commit comments

Comments
 (0)