mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
Removes comments from XAML
Removes unnecessary comments from the XAML file to improve readability.
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user