mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 19:27:56 +01:00
Tweaks
This commit is contained in:
@@ -20,8 +20,7 @@
|
||||
H2Margin="0, 16, 0, 4"
|
||||
H3FontSize="16"
|
||||
H3FontWeight="SemiBold"
|
||||
H3Margin="0, 16, 0, 4"
|
||||
HeadingForeground="{StaticResource TextFillColorPrimaryBrush}" />
|
||||
H3Margin="0, 16, 0, 4"/>
|
||||
<tkcontrols:MarkdownConfig x:Key="ReleaseNotesMarkdownConfig" Themes="{StaticResource ReleaseNotesMarkdownThemeConfig}" />
|
||||
</Page.Resources>
|
||||
|
||||
|
||||
@@ -19,8 +19,7 @@
|
||||
H2Margin="0, 16, 0, 4"
|
||||
H3FontSize="16"
|
||||
H3FontWeight="SemiBold"
|
||||
H3Margin="0, 16, 0, 4"
|
||||
HeadingForeground="{StaticResource TextFillColorPrimaryBrush}" />
|
||||
H3Margin="0, 16, 0, 4" />
|
||||
<tkcontrols:MarkdownConfig x:Key="ReleaseNotesMarkdownConfig" Themes="{StaticResource ReleaseNotesMarkdownThemeConfig}" />
|
||||
</Page.Resources>
|
||||
<ScrollViewer>
|
||||
|
||||
@@ -14,21 +14,22 @@
|
||||
</Page.Resources>
|
||||
<Grid Loaded="Grid_Loaded">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="286" />
|
||||
<ColumnDefinition Width="208" />
|
||||
<ColumnDefinition Width="*" />
|
||||
</Grid.ColumnDefinitions>
|
||||
<ListView
|
||||
x:Name="ReleasesList"
|
||||
IsItemClickEnabled="False"
|
||||
ItemContainerStyle="{StaticResource DefaultListViewItemStyle}"
|
||||
ItemsSource="{x:Bind ReleaseItems, Mode=OneWay}"
|
||||
SelectionChanged="ReleasesList_SelectionChanged"
|
||||
SelectionMode="Single">
|
||||
<ListView.ItemTemplate>
|
||||
<DataTemplate x:DataType="helpers:ReleaseNotesItem">
|
||||
<StackPanel Padding="12" Spacing="4">
|
||||
<TextBlock FontWeight="SemiBold">
|
||||
<StackPanel Padding="12" Spacing="0">
|
||||
<TextBlock>
|
||||
<Run Text="Version" />
|
||||
<Run Text="{x:Bind Title}" />
|
||||
<Run FontWeight="SemiBold" Text="{x:Bind Title}" />
|
||||
</TextBlock>
|
||||
<TextBlock
|
||||
Foreground="{ThemeResource TextFillColorSecondaryBrush}"
|
||||
|
||||
Reference in New Issue
Block a user