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 88c7d5b commit c90b7afCopy full SHA for c90b7af
src/Views/CreateBranch.axaml
@@ -32,7 +32,7 @@
32
<DataTemplate DataType="m:Branch">
33
<StackPanel Orientation="Horizontal">
34
<Path Width="14" Height="14" Data="{StaticResource Icons.Branch}"/>
35
- <TextBlock VerticalAlignment="Center" Text="{Binding FriendlyName}" Margin="8,0,0,0"/>
+ <SelectableTextBlock VerticalAlignment="Center" Text="{Binding FriendlyName}" Margin="8,0,0,0"/>
36
</StackPanel>
37
</DataTemplate>
38
0 commit comments