v1.03 — Fluent UI controls, version card info, paste fix

- Version cards: release dates + supported OS (no LTSC/Version 16.0)
- Fluent ComboBox: rounded corners, shadow dropdown, chevron icon
- Fluent CheckBox: custom blue checkbox with MDL2 checkmark, hover states
- Fluent TextBox: rounded corners, blue bottom border on focus
- 64-bit labeled "(ajánlott)"

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hariel1985
2026-03-31 06:04:10 +02:00
szülő 0794d40054
commit 56d5c38ab1
2 fájl változott, egészen pontosan 173 új sor hozzáadva és 18 régi sor törölve

Fájl megtekintése

@@ -20,7 +20,7 @@
GroupName="Version" IsChecked="True" Margin="0,0,0,10">
<StackPanel Margin="8,2">
<TextBlock Text="Office 2024" FontSize="18" FontWeight="SemiBold"/>
<TextBlock Text="Version 16.0 · LTSC 2024 · Windows 10 / 11"
<TextBlock Text="2024. októberi kiadás · Windows 10 / 11"
FontSize="12" Foreground="{StaticResource TextSecondaryBrush}" Margin="0,2,0,0"/>
</StackPanel>
</RadioButton>
@@ -29,7 +29,7 @@
GroupName="Version" Margin="0,0,0,10">
<StackPanel Margin="8,2">
<TextBlock Text="Office 2021" FontSize="18" FontWeight="SemiBold"/>
<TextBlock Text="Version 16.0 · LTSC 2021 · Windows 10 / 11"
<TextBlock Text="2021. októberi kiadás · Windows 10 / 11"
FontSize="12" Foreground="{StaticResource TextSecondaryBrush}" Margin="0,2,0,0"/>
</StackPanel>
</RadioButton>
@@ -38,7 +38,7 @@
GroupName="Version" Margin="0,0,0,10">
<StackPanel Margin="8,2">
<TextBlock Text="Office 2019" FontSize="18" FontWeight="SemiBold"/>
<TextBlock Text="Version 16.0 · LTSC 2019 · Windows 7 / 8.1 / 10"
<TextBlock Text="2019. szeptemberi kiadás · Windows 7 / 8.1 / 10"
FontSize="12" Foreground="{StaticResource TextSecondaryBrush}" Margin="0,2,0,0"/>
</StackPanel>
</RadioButton>