Skip to content

Commit 642f576

Browse files
committed
ux: layout for CreateBranch popup (#1896)
Signed-off-by: leo <[email protected]>
1 parent d26edde commit 642f576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/CreateBranch.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<TextBlock FontSize="18"
1414
Classes="bold"
1515
Text="{DynamicResource Text.CreateBranch.Title}"/>
16-
<Grid Margin="0,16,0,0" RowDefinitions="32,32,32,Auto,Auto,Auto" ColumnDefinitions="140,*">
16+
<Grid Margin="8,16,0,0" RowDefinitions="32,32,32,Auto,Auto,Auto" ColumnDefinitions="Auto,*">
1717
<TextBlock Grid.Row="0" Grid.Column="0"
1818
HorizontalAlignment="Right" VerticalAlignment="Center"
1919
Margin="0,0,8,0"

0 commit comments

Comments
 (0)