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.
CreateBranch
1 parent d26edde commit 642f576Copy full SHA for 642f576
src/Views/CreateBranch.axaml
@@ -13,7 +13,7 @@
13
<TextBlock FontSize="18"
14
Classes="bold"
15
Text="{DynamicResource Text.CreateBranch.Title}"/>
16
- <Grid Margin="0,16,0,0" RowDefinitions="32,32,32,Auto,Auto,Auto" ColumnDefinitions="140,*">
+ <Grid Margin="8,16,0,0" RowDefinitions="32,32,32,Auto,Auto,Auto" ColumnDefinitions="Auto,*">
17
<TextBlock Grid.Row="0" Grid.Column="0"
18
HorizontalAlignment="Right" VerticalAlignment="Center"
19
Margin="0,0,8,0"
0 commit comments