Group and entry icon is now shown (and editable) on the left of the title

Added new entry placeholder text in resources
Group detail page small view triggered on larger width
This commit is contained in:
BONNEVILLE Geoffroy
2018-07-12 15:32:54 +02:00
parent 2abab27d5c
commit c25ae2ad0f
5 changed files with 48 additions and 19 deletions

View File

@@ -136,7 +136,7 @@ namespace ModernKeePass.Views
private void GroupDetailPage_OnSizeChanged(object sender, SizeChangedEventArgs e)
{
VisualStateManager.GoToState(this, e.NewSize.Width < 700 ? "Small" : "Large", true);
VisualStateManager.GoToState(this, e.NewSize.Width < 800 ? "Small" : "Large", true);
}
#endregion