mirror of
https://github.com/KeyKeeperApp/KeyKeeper.git
synced 2026-05-20 15:26:31 +03:00
fix smol typo
This commit is contained in:
@@ -16,7 +16,7 @@ public class AboutWindow : Window
|
|||||||
|
|
||||||
var AboutKeyKeeper = new TextBlock
|
var AboutKeyKeeper = new TextBlock
|
||||||
{
|
{
|
||||||
Text = "About Keykeeper",
|
Text = "About KeyKeeper",
|
||||||
HorizontalAlignment = HorizontalAlignment.Left,
|
HorizontalAlignment = HorizontalAlignment.Left,
|
||||||
FontSize = 50,
|
FontSize = 50,
|
||||||
TextAlignment = TextAlignment.Left
|
TextAlignment = TextAlignment.Left
|
||||||
@@ -49,4 +49,4 @@ public class AboutWindow : Window
|
|||||||
|
|
||||||
this.Content = mainGrid;
|
this.Content = mainGrid;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user