From 9f57747c57a6d20f3e0787fae744ae97aeeae4af Mon Sep 17 00:00:00 2001 From: Isaac Marovitz <42140194+IsaacMarovitz@users.noreply.github.com> Date: Thu, 12 Jan 2023 07:23:24 -0500 Subject: Ava UI: Various Fixes (#4268) * Fix saves disappearing * Better size formatter * Move TextBox alignment fix to Styles * Fix bug * Left align * Add border * Update Ryujinx.Ava/UI/Models/SaveModel.cs Co-authored-by: Ac_K * Update Ryujinx.Ava/UI/Models/SaveModel.cs Co-authored-by: Ac_K * Update Ryujinx.Ava/UI/Models/SaveModel.cs Co-authored-by: Ac_K * Whitespace Co-authored-by: Ac_K --- Ryujinx.Ava/UI/Views/User/UserSaveManagerView.axaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Ryujinx.Ava/UI/Views/User/UserSaveManagerView.axaml') diff --git a/Ryujinx.Ava/UI/Views/User/UserSaveManagerView.axaml b/Ryujinx.Ava/UI/Views/User/UserSaveManagerView.axaml index cdf74d52..b4f2e101 100644 --- a/Ryujinx.Ava/UI/Views/User/UserSaveManagerView.axaml +++ b/Ryujinx.Ava/UI/Views/User/UserSaveManagerView.axaml @@ -55,6 +55,11 @@ HorizontalContentAlignment="Left" Content="{locale:Locale Size}" /> + + + @@ -69,6 +74,11 @@ HorizontalContentAlignment="Left" Content="{locale:Locale OrderDescending}" /> + + +