Browse Source
Merge branch 'master' into update/net31
pull/3571/head
Dariusz Komosiński
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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> |
|
|
|
|