Skip to content

Commit db98e8b

Browse files
revert unwanted change
1 parent fd0dfc3 commit db98e8b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.TreeListView.xaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<Style x:Key="MaterialDesignTreeListViewToggleButtonStyle" TargetType="{x:Type ToggleButton}">
99
<Setter Property="Background" Value="Transparent" />
1010
<Setter Property="Focusable" Value="False" />
11-
<Setter Property="Foreground" Value="{Binding RelativeSource={RelativeSource AncestorType={x:Type wpf:TreeListViewItem}}, Path=Foreground}" />
1211
<Setter Property="Height" Value="16" />
1312
<Setter Property="Template">
1413
<Setter.Value>
@@ -238,7 +237,6 @@
238237
</ControlTemplate>
239238
</Setter.Value>
240239
</Setter>
241-
<Setter Property="VerticalContentAlignment" Value="Stretch" />
242240
<Setter Property="VerticalContentAlignment" Value="{Binding VerticalContentAlignment, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}, FallbackValue=Center}" />
243241
<Setter Property="wpf:TreeViewAssist.ExpanderSize" Value="16" />
244242
<Setter Property="wpf:TreeViewAssist.HasNoItemsExpanderVisibility" Value="{Binding RelativeSource={RelativeSource AncestorType=wpf:TreeListView}, Path=(wpf:TreeViewAssist.HasNoItemsExpanderVisibility)}" />

0 commit comments

Comments
 (0)