Browse Source
Merge branch 'master' into fix-headered-logical-children
pull/4154/head
danwalmsley
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
4 deletions
-
src/Avalonia.Themes.Default/ToggleSwitch.xaml
-
src/Avalonia.Themes.Fluent/ToggleSwitch.xaml
|
|
|
@ -3,8 +3,8 @@ |
|
|
|
xmlns:sys="clr-namespace:System;assembly=netstandard"> |
|
|
|
<Styles.Resources> |
|
|
|
<Thickness x:Key="ToggleSwitchTopHeaderMargin">0,0,0,6</Thickness> |
|
|
|
<x:Double x:Key="ToggleSwitchPreContentMargin">6</x:Double> |
|
|
|
<x:Double x:Key="ToggleSwitchPostContentMargin">6</x:Double> |
|
|
|
<GridLength x:Key="ToggleSwitchPreContentMargin">6</GridLength> |
|
|
|
<GridLength x:Key="ToggleSwitchPostContentMargin">6</GridLength> |
|
|
|
<x:Double x:Key="ToggleSwitchThemeMinWidth">154</x:Double> |
|
|
|
<x:Double x:Key="KnobOnPosition">20</x:Double> |
|
|
|
<x:Double x:Key="KnobOffPosition">0</x:Double> |
|
|
|
|
|
|
|
@ -3,8 +3,8 @@ |
|
|
|
xmlns:sys="clr-namespace:System;assembly=netstandard"> |
|
|
|
<Styles.Resources> |
|
|
|
<Thickness x:Key="ToggleSwitchTopHeaderMargin">0,0,0,6</Thickness> |
|
|
|
<x:Double x:Key="ToggleSwitchPreContentMargin">6</x:Double> |
|
|
|
<x:Double x:Key="ToggleSwitchPostContentMargin">6</x:Double> |
|
|
|
<GridLength x:Key="ToggleSwitchPreContentMargin">6</GridLength> |
|
|
|
<GridLength x:Key="ToggleSwitchPostContentMargin">6</GridLength> |
|
|
|
<x:Double x:Key="ToggleSwitchThemeMinWidth">154</x:Double> |
|
|
|
<x:Double x:Key="KnobOnPosition">20</x:Double> |
|
|
|
<x:Double x:Key="KnobOffPosition">0</x:Double> |
|
|
|
|