Removes comments from XAML

Removes unnecessary comments from the XAML file to improve readability.
This commit is contained in:
rbalsleyMSFT
2025-06-15 10:32:17 -07:00
parent 6c4e157b5c
commit 3eaa8b6efd
-7
View File
@@ -1,13 +1,6 @@
<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" <Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:sys="clr-namespace:System;assembly=mscorlib" Title="FFU Builder UI"> xmlns:sys="clr-namespace:System;assembly=mscorlib" Title="FFU Builder UI">
<!--
─────────────────────────────────────────────────────────────────
1) Window.Resources:
A minimal Expander style with no highlight/hover states
and arrow text toggling (▼ to ▲).
─────────────────────────────────────────────────────────────────
-->
<Window.Resources> <Window.Resources>
<Style x:Key="MinimalExpanderNoHighlightStyle" TargetType="Expander"> <Style x:Key="MinimalExpanderNoHighlightStyle" TargetType="Expander">
<Setter Property="Template"> <Setter Property="Template">