Browse Source

Fix hit testing on tab strip items.

Now that we use the scenegraph for hit testing. This fixes the tabs in
ControlCatalog.
scenegraph-after-breakage
Steven Kirk 10 years ago
parent
commit
213e3c89c6
  1. 1
      src/Avalonia.Themes.Default/TabStripItem.xaml

1
src/Avalonia.Themes.Default/TabStripItem.xaml

@ -1,5 +1,6 @@
<Styles xmlns="https://github.com/avaloniaui"> <Styles xmlns="https://github.com/avaloniaui">
<Style Selector="TabStripItem"> <Style Selector="TabStripItem">
<Setter Property="Background" Value="Transparent"/>
<Setter Property="FontSize" Value="{StyleResource FontSizeLarge}"/> <Setter Property="FontSize" Value="{StyleResource FontSizeLarge}"/>
<Setter Property="Foreground" Value="{StyleResource ThemeForegroundLightBrush}"/> <Setter Property="Foreground" Value="{StyleResource ThemeForegroundLightBrush}"/>
<Setter Property="Template"> <Setter Property="Template">

Loading…
Cancel
Save