WPF: Update UI

This commit is contained in:
Genteure 2021-05-11 20:24:47 +08:00
parent db54cf3a9c
commit 9a7a039a2f
2 changed files with 9 additions and 7 deletions

View File

@ -101,12 +101,14 @@
<TextBlock Text="{l:Loc About_Translator}" FontSize="22"/>
<ListView Grid.Row="1">
<ListView.Items>
<Label Content="User Name (username)"/>
<Label Content="User Name (username)"/>
<Label Content="User Name (username)"/>
<Label Content="User Name (username)"/>
<Label Content="User Name (username)"/>
<Label Content="User Name (username)"/>
<Label Content="Dewei Li (deweili)"/>
<Label Content="Fox Older (olderfox)"/>
<Label Content="Genteure (genteure)"/>
<Label Content="Heongle (heongle)"/>
<Label Content="kafu (kafu0611)"/>
<Label Content="Kenneth (w41k3r15347)"/>
<Label Content="OrangeCat (dust0517)"/>
<Label Content="Vincent Tse (vincentkilua)"/>
</ListView.Items>
</ListView>
</Grid>

View File

@ -29,7 +29,7 @@
<ui:Flyout Placement="LeftEdgeAlignedTop">
<StackPanel l:ResxLocalizationProvider.DefaultDictionary="Strings">
<TextBlock Text="{l:Loc Toolbox_AutoFix_NotFixed_Description}"/>
<ui:HyperlinkButton NavigateUri="" Content="{l:Loc Toolbox_AutoFix_NotFixed_LearnMore}"/>
<ui:HyperlinkButton NavigateUri="https://rec.danmuji.org/link/fix_feedback/" Content="{l:Loc Toolbox_AutoFix_NotFixed_LearnMore}"/>
<Button Margin="0,15,0,10" HorizontalAlignment="Center" Click="Export_Button_Click">
<StackPanel Orientation="Horizontal">
<ui:PathIcon Margin="0,0,5,0" Style="{StaticResource PathIconDataExport}"/>