From 11e5a3fd615254c1075499e11618b015e1a63c88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81d=C3=A1m=20Kov=C3=A1cs?= Date: Mon, 24 Jan 2022 11:54:14 +0100 Subject: [PATCH] XAML fixes --- src/GuiApp/FileTime.Uno/FileTime.Uno.Shared/MainPage.xaml | 2 +- .../FileTime.Uno.Shared/Styles/ListStyles.xaml | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/GuiApp/FileTime.Uno/FileTime.Uno.Shared/MainPage.xaml b/src/GuiApp/FileTime.Uno/FileTime.Uno.Shared/MainPage.xaml index 94307b0..ceeab62 100644 --- a/src/GuiApp/FileTime.Uno/FileTime.Uno.Shared/MainPage.xaml +++ b/src/GuiApp/FileTime.Uno/FileTime.Uno.Shared/MainPage.xaml @@ -69,7 +69,7 @@ Margin="5,0" VerticalAlignment="Center" Style="{StaticResource NormalText}" - Text="{Binding Name}" /> + Text="{Binding FullName}" /> - +