mirror of
https://github.com/KeyKeeperApp/KeyKeeper.git
synced 2026-05-05 06:16:31 +03:00
set text color in confirmation dialog
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
<Grid Margin="16" RowDefinitions="*,Auto">
|
<Grid Margin="16" RowDefinitions="*,Auto">
|
||||||
<TextBlock Text="Save changes before closing the storage?"
|
<TextBlock Text="Save changes before closing the storage?"
|
||||||
TextWrapping="Wrap"
|
TextWrapping="Wrap"
|
||||||
|
Foreground="Black"
|
||||||
FontSize="16"/>
|
FontSize="16"/>
|
||||||
|
|
||||||
<StackPanel Grid.Row="1"
|
<StackPanel Grid.Row="1"
|
||||||
@@ -25,4 +26,4 @@
|
|||||||
Click="Cancel_Click" />
|
Click="Cancel_Click" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Window>
|
</Window>
|
||||||
|
|||||||
Reference in New Issue
Block a user