mirror of
https://github.com/Tribufu/ServerManagers
synced 2026-08-10 21:21:06 +00:00
Testlive Coloring Changes
This commit is contained in:
parent
fb115e9c5b
commit
91a4d15b70
2 changed files with 13 additions and 2 deletions
|
|
@ -464,7 +464,18 @@
|
|||
</Image.Style>
|
||||
</Image>
|
||||
</Button>
|
||||
<TextBlock Margin="2,0,0,0" VerticalAlignment="Center" Text="{Binding Profile.ProfileName}"/>
|
||||
<TextBlock Margin="2,0,0,0" VerticalAlignment="Center" Text="{Binding Profile.ProfileName}">
|
||||
<TextBlock.Style>
|
||||
<Style TargetType="{x:Type TextBlock}">
|
||||
<Setter Property="Foreground" Value="Black"/>
|
||||
<Style.Triggers>
|
||||
<DataTrigger Binding="{Binding Profile.UseTestlive}" Value="True">
|
||||
<Setter Property="Foreground" Value="#4E008B"/>
|
||||
</DataTrigger>
|
||||
</Style.Triggers>
|
||||
</Style>
|
||||
</TextBlock.Style>
|
||||
</TextBlock>
|
||||
</StackPanel>
|
||||
</DataTemplate>
|
||||
</eo:TabControl.HeaderTemplate>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue