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