Skip to content

Commit be64583

Browse files
committed
Fix XAML warnings in settings window
1 parent f8d6f12 commit be64583

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Flow.Launcher/Resources/Controls/ExCard.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
FontStyle="{TemplateBinding FontStyle}"
5454
FontWeight="{TemplateBinding FontWeight}"
5555
Foreground="{TemplateBinding Foreground}"
56-
IsChecked="{Binding IsExpanded, Mode=TwoWay, RelativeSource={RelativeSource TemplatedParent}}">
56+
IsChecked="{Binding IsExpanded, Mode=TwoWay, RelativeSource={RelativeSource AncestorType=Expander}}">
5757
<ToggleButton.Style>
5858
<Style TargetType="{x:Type ToggleButton}">
5959
<Setter Property="Template">

Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
d:DataContext="{d:DesignInstance viewModels:SettingsPaneThemeViewModel}"
1515
d:DesignHeight="450"
1616
d:DesignWidth="800"
17-
Style="{DynamicResource SettingPageBasic}"
1817
mc:Ignorable="d">
1918
<ui:Page.Resources>
2019
<ResourceDictionary>

0 commit comments

Comments
 (0)