mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
remove ExpressionBaseContainerStyle (no more used)
This commit is contained in:
parent
ff550053da
commit
79cdc54c05
1 changed files with 0 additions and 33 deletions
|
@ -193,39 +193,6 @@
|
||||||
</Setter>
|
</Setter>
|
||||||
</Style>
|
</Style>
|
||||||
|
|
||||||
<!-- ListViewItem Styles -->
|
|
||||||
|
|
||||||
<Style x:Key="ExpressionBaseContainerStyle" TargetType="ListViewItem">
|
|
||||||
<Setter Property="Background" Value="Transparent"/>
|
|
||||||
<Setter Property="Margin" Value="0"/>
|
|
||||||
<Setter Property="MinWidth" Value="0"/>
|
|
||||||
<Setter Property="MinHeight" Value="0"/>
|
|
||||||
<Setter Property="HorizontalAlignment" Value="Center"/>
|
|
||||||
<Setter Property="VerticalAlignment" Value="Stretch"/>
|
|
||||||
<Setter Property="HorizontalContentAlignment" Value="Stretch"/>
|
|
||||||
<Setter Property="VerticalContentAlignment" Value="Center"/>
|
|
||||||
<Setter Property="Template">
|
|
||||||
<Setter.Value>
|
|
||||||
<ControlTemplate TargetType="ListViewItem">
|
|
||||||
<ListViewItemPresenter Padding="0"
|
|
||||||
HorizontalContentAlignment="{TemplateBinding HorizontalContentAlignment}"
|
|
||||||
VerticalContentAlignment="{TemplateBinding VerticalContentAlignment}"
|
|
||||||
ContentMargin="0"
|
|
||||||
DisabledOpacity="{ThemeResource ListViewItemDisabledThemeOpacity}"
|
|
||||||
DragOpacity="{ThemeResource ListViewItemDragThemeOpacity}"
|
|
||||||
PointerOverBackground="{ThemeResource SystemControlHighlightListAccentLowBrush}"
|
|
||||||
PointerOverBackgroundMargin="0"
|
|
||||||
SelectedBackground="{ThemeResource SystemControlBackgroundAccentBrush}"
|
|
||||||
SelectedBorderThickness="0"
|
|
||||||
SelectedForeground="{ThemeResource SystemControlForegroundChromeWhiteBrush}"
|
|
||||||
SelectedPointerOverBackground="{ThemeResource SystemControlHighlightListAccentLowBrush}"
|
|
||||||
SelectedPointerOverBorderBrush="Transparent"
|
|
||||||
SelectionCheckMarkVisualEnabled="False"/>
|
|
||||||
</ControlTemplate>
|
|
||||||
</Setter.Value>
|
|
||||||
</Setter>
|
|
||||||
</Style>
|
|
||||||
|
|
||||||
<!-- Calculation Result Styles -->
|
<!-- Calculation Result Styles -->
|
||||||
|
|
||||||
<Style x:Key="ResultsStyleL"
|
<Style x:Key="ResultsStyleL"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue