|
|
@ -36,9 +36,11 @@
|
|
|
|
Margin="8,0,0,0"
|
|
|
|
Margin="8,0,0,0"
|
|
|
|
VerticalAlignment="Center"
|
|
|
|
VerticalAlignment="Center"
|
|
|
|
FontSize="19"
|
|
|
|
FontSize="19"
|
|
|
|
Text="Multiple channels"
|
|
|
|
|
|
|
|
TextTrimming="CharacterEllipsis"
|
|
|
|
TextTrimming="CharacterEllipsis"
|
|
|
|
Visibility="{Binding IsSingleChannel, Converter={x:Static s:BoolToVisibilityConverter.InverseInstance}}" />
|
|
|
|
Visibility="{Binding IsSingleChannel, Converter={x:Static s:BoolToVisibilityConverter.InverseInstance}}">
|
|
|
|
|
|
|
|
<Run Text="{Binding Channels.Count, Mode=OneWay}" />
|
|
|
|
|
|
|
|
<Run Text="channels selected" />
|
|
|
|
|
|
|
|
</TextBlock>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Category and channel name (for single channel) -->
|
|
|
|
<!-- Category and channel name (for single channel) -->
|
|
|
|
<TextBlock
|
|
|
|
<TextBlock
|
|
|
@ -48,10 +50,7 @@
|
|
|
|
FontSize="19"
|
|
|
|
FontSize="19"
|
|
|
|
TextTrimming="CharacterEllipsis"
|
|
|
|
TextTrimming="CharacterEllipsis"
|
|
|
|
Visibility="{Binding IsSingleChannel, Converter={x:Static s:BoolToVisibilityConverter.Instance}}">
|
|
|
|
Visibility="{Binding IsSingleChannel, Converter={x:Static s:BoolToVisibilityConverter.Instance}}">
|
|
|
|
<Run
|
|
|
|
<Run Text="{Binding Channels[0].Category, Mode=OneWay}" ToolTip="{Binding Channels[0].Category, Mode=OneWay}" />
|
|
|
|
Foreground="{DynamicResource SecondaryTextBrush}"
|
|
|
|
|
|
|
|
Text="{Binding Channels[0].Category, Mode=OneWay}"
|
|
|
|
|
|
|
|
ToolTip="{Binding Channels[0].Category, Mode=OneWay}" />
|
|
|
|
|
|
|
|
<Run Text="/" />
|
|
|
|
<Run Text="/" />
|
|
|
|
<Run
|
|
|
|
<Run
|
|
|
|
Foreground="{DynamicResource PrimaryTextBrush}"
|
|
|
|
Foreground="{DynamicResource PrimaryTextBrush}"
|
|
|
|