We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1578ecc commit d9e8ca7Copy full SHA for d9e8ca7
src/Views/CheckoutCommit.axaml
@@ -34,7 +34,7 @@
34
HorizontalAlignment="Right" VerticalAlignment="Center"
35
Margin="0,0,8,0"
36
Text="{DynamicResource Text.Checkout.LocalChanges}"/>
37
- <WrapPanel Grid.Row="1" Grid.Column="1" Height="32" Orientation="Horizontal" VerticalAlignment="Center">
+ <WrapPanel Grid.Row="1" Grid.Column="1" Orientation="Horizontal" VerticalAlignment="Center">
38
<RadioButton Content="{DynamicResource Text.Checkout.LocalChanges.StashAndReply}"
39
GroupName="LocalChanges"
40
0 commit comments