Skip to content

Commit c90b7af

Browse files
committed
feature: makes the base on branch name selectable (#1036)
Signed-off-by: leo <[email protected]>
1 parent 88c7d5b commit c90b7af

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
@@ -32,7 +32,7 @@
3232
<DataTemplate DataType="m:Branch">
3333
<StackPanel Orientation="Horizontal">
3434
<Path Width="14" Height="14" Data="{StaticResource Icons.Branch}"/>
35-
<TextBlock VerticalAlignment="Center" Text="{Binding FriendlyName}" Margin="8,0,0,0"/>
35+
<SelectableTextBlock VerticalAlignment="Center" Text="{Binding FriendlyName}" Margin="8,0,0,0"/>
3636
</StackPanel>
3737
</DataTemplate>
3838

0 commit comments

Comments
 (0)