pequenos ajustes base fix xaml
This commit is contained in:
parent
23799a13bb
commit
a8f9bf9817
|
|
@ -121,7 +121,7 @@
|
||||||
|
|
||||||
<Border Grid.Row="0" Padding="2" Background="#222" CornerRadius="6">
|
<Border Grid.Row="0" Padding="2" Background="#222" CornerRadius="6">
|
||||||
|
|
||||||
<StackPanel Grid.Column="0" Visibility="{Binding ExibirStatusNormal, Converter={StaticResource BoolToVisibilityConverter}}">
|
<StackPanel Grid.Column="0">
|
||||||
<TextBlock Text="{Binding StatusTexto}" Foreground="White" FontSize="14" TextWrapping="Wrap"/>
|
<TextBlock Text="{Binding StatusTexto}" Foreground="White" FontSize="14" TextWrapping="Wrap"/>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue