|
|
@@ -26,12 +26,12 @@
|
|
|
<Image Source="{Binding ViewTypeImageSource}" />
|
|
|
</Button.Content>
|
|
|
</Button>
|
|
|
- <Button Width="10" Height="10" HotKey="T">
|
|
|
+ <Button Width="10" Height="10" HotKey="T" Command="{Binding $parent[ListBox].DataContext.CmdOpenChannelTooltip}" CommandParameter="{Binding }">
|
|
|
<Button.Content>
|
|
|
<Image Source="/Images/32/information.png" />
|
|
|
</Button.Content>
|
|
|
</Button>
|
|
|
- <TextBlock Text="{Binding Name}">
|
|
|
+ <TextBlock Name="" Text="{Binding Name}">
|
|
|
<ToolTip.Tip>
|
|
|
<StackPanel Orientation="Vertical" HorizontalAlignment="Center">
|
|
|
<StackPanel Orientation="Horizontal" VerticalAlignment="Center">
|