Modif styles
continuous-integration/drone/push Build is passing Details

pull/32/head
Nicolas BLONDEAU 2 years ago
parent 9bd5bc8236
commit 2d1cd9b054

@ -131,8 +131,14 @@
</Style>
<Style x:Key="passif" TargetType="Label">
<Setter Property="BackgroundColor" Value="Green" />
</Style>
<Style x:Key="hostile" TargetType="Label">
<Setter Property="BackgroundColor" Value="Red" />
</Style>
<Style x:Key="boss" TargetType="Label">
<Setter Property="BackgroundColor" Value="Purple" />
</Style>
<Style TargetType="Frame">
<Setter Property="HasShadow" Value="False" />

@ -88,7 +88,7 @@
</Border>
<Border Style="{StaticResource sectionStyle}">
<Label FontSize="Medium" Style="{Binding Dangerosite,Converter=}" Text="{Binding Dangerosite, StringFormat='\{0\}'}"/>
<Label FontSize="Medium" Style="{Binding Dangerosite,Converter=}" Text="{Binding Dangerosite, StringFormat=Danger : '\{0\}'}"/>
</Border>
<Border Style="{StaticResource sectionStyle}">

Loading…
Cancel
Save