alert file name text should be a TextBlock

pull/1/head
firealarmss 11 months ago
parent e3dbbbb0e1
commit 43d3314789

@ -26,6 +26,6 @@
</Button.Background> </Button.Background>
<Image Height="40" Width="63" Source="/dvmconsole;component/Assets/page.png" Margin="0,-8,0,0"/> <Image Height="40" Width="63" Source="/dvmconsole;component/Assets/page.png" Margin="0,-8,0,0"/>
</Button> </Button>
<TextBox HorizontalAlignment="Center" FontWeight="Bold" FontSize="10" TextWrapping="Wrap" Text="{Binding AlertFileName}" TextAlignment="Center" VerticalAlignment="Top" Width="100" Background="{x:Null}" BorderThickness="0,0,0,0" Height="24" Margin="0,4,0,0" Grid.RowSpan="2" Foreground="White"/> <TextBlock HorizontalAlignment="Center" FontWeight="Bold" FontSize="10" TextWrapping="Wrap" Text="{Binding AlertFileName}" TextAlignment="Center" VerticalAlignment="Top" Width="100" Background="{x:Null}" Height="24" Margin="0,4,0,0" Grid.RowSpan="2" Foreground="White"/>
</Grid> </Grid>
</UserControl> </UserControl>

@ -1 +1 @@
Subproject commit 6fa6c22136d0c00cb7b295a5bcbd54f416168475 Subproject commit 28ebb1a939ae297f5b95ee50644c3718e9fd7fab
Loading…
Cancel
Save

Powered by TurnKey Linux.