Browse Source

Merge branch 'master' into update/net31

pull/3571/head
Dariusz Komosiński 6 years ago
committed by GitHub
parent
commit
655d1ba34b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Avalonia.Themes.Default/TabControl.xaml

2
src/Avalonia.Themes.Default/TabControl.xaml

@ -57,6 +57,6 @@
<Setter Property="Orientation" Value="Vertical"/>
</Style>
<Style Selector="TabControl[TabStripPlacement=Right]">
<Setter Property="Padding" Value="0 0 0 4"/>
<Setter Property="Padding" Value="0 0 4 0"/>
</Style>
</Styles>

Loading…
Cancel
Save