Improve IoErrorView.
This commit is contained in:
parent
2cbfe5c3fa
commit
9f7b0313a3
@ -38,7 +38,7 @@
|
|||||||
</TextBlock.Effect>
|
</TextBlock.Effect>
|
||||||
</TextBlock>
|
</TextBlock>
|
||||||
<StackPanel DockPanel.Dock="Bottom" HorizontalAlignment="Right" Margin="0 10 0 0">
|
<StackPanel DockPanel.Dock="Bottom" HorizontalAlignment="Right" Margin="0 10 0 0">
|
||||||
<Button Content="Schließen" Command="{Binding CloseViewCommand}" />
|
<Button Content="Schließen" IsCancel="True" IsDefault="True" Command="{Binding CloseViewCommand}" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
<StackPanel>
|
<StackPanel>
|
||||||
<TextBlock TextWrapping="Wrap">
|
<TextBlock TextWrapping="Wrap">
|
||||||
@ -47,7 +47,8 @@
|
|||||||
<TextBlock Margin="0 10 0 0">
|
<TextBlock Margin="0 10 0 0">
|
||||||
Fehlermeldung:
|
Fehlermeldung:
|
||||||
</TextBlock>
|
</TextBlock>
|
||||||
<TextBlock Margin="0 5 0 0" Text="{Binding Message}" />
|
<TextBlock Margin="0 5 0 0" Text="{Binding Message}"
|
||||||
|
TextWrapping="Wrap" Foreground="Crimson" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</DockPanel>
|
</DockPanel>
|
||||||
</Window>
|
</Window>
|
||||||
|
Loading…
Reference in New Issue
Block a user