Skip to content

Commit d9e8ca7

Browse files
committed
ux: vertical alignment
Signed-off-by: leo <[email protected]>
1 parent 1578ecc commit d9e8ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/CheckoutCommit.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
HorizontalAlignment="Right" VerticalAlignment="Center"
3535
Margin="0,0,8,0"
3636
Text="{DynamicResource Text.Checkout.LocalChanges}"/>
37-
<WrapPanel Grid.Row="1" Grid.Column="1" Height="32" Orientation="Horizontal" VerticalAlignment="Center">
37+
<WrapPanel Grid.Row="1" Grid.Column="1" Orientation="Horizontal" VerticalAlignment="Center">
3838
<RadioButton Content="{DynamicResource Text.Checkout.LocalChanges.StashAndReply}"
3939
GroupName="LocalChanges"
4040
Margin="0,0,8,0"

0 commit comments

Comments
 (0)