From 9400c22e4f82e682a83c5c6c005fba5880607452 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 13 May 2019 16:06:56 -0400 Subject: [PATCH] pass gen fixes --- src/App/Pages/Generator/GeneratorPage.xaml | 12 ++++++------ src/App/Pages/Generator/GeneratorPage.xaml.cs | 12 +++++++++++- .../Pages/Generator/GeneratorPageViewModel.cs | 11 +++++++---- src/App/Pages/Vault/AddEditPageViewModel.cs | 19 +++++++++++++++++-- 4 files changed, 41 insertions(+), 13 deletions(-) diff --git a/src/App/Pages/Generator/GeneratorPage.xaml b/src/App/Pages/Generator/GeneratorPage.xaml index 45e4f2fc1..e4be260f2 100644 --- a/src/App/Pages/Generator/GeneratorPage.xaml +++ b/src/App/Pages/Generator/GeneratorPage.xaml @@ -35,7 +35,7 @@ Text="{Binding Password}" Margin="0, 20" StyleClass="text-lg" - HorizontalOptions="Center" + HorizontalTextAlignment="Center" LineBreakMode="CharacterWrap" />