Browse Source
Merge branch 'master' into compile-time-cursor-parse
pull/5075/head
Dariusz Komosiński
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
src/Avalonia.Themes.Default/ToggleSwitch.xaml
-
src/Avalonia.Themes.Fluent/ToggleSwitch.xaml
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
<Thickness x:Key="ToggleSwitchTopHeaderMargin">0,0,0,6</Thickness> |
|
|
|
<GridLength x:Key="ToggleSwitchPreContentMargin">6</GridLength> |
|
|
|
<GridLength x:Key="ToggleSwitchPostContentMargin">6</GridLength> |
|
|
|
<x:Double x:Key="ToggleSwitchThemeMinWidth">154</x:Double> |
|
|
|
<x:Double x:Key="ToggleSwitchThemeMinWidth">0</x:Double> |
|
|
|
<Thickness x:Key="ToggleSwitchOnStrokeThickness">0</Thickness> |
|
|
|
<Thickness x:Key="ToggleSwitchOuterBorderStrokeThickness">1</Thickness> |
|
|
|
<SolidColorBrush x:Key="ToggleSwitchContentForeground" Color="{DynamicResource ThemeForegroundColor}" /> |
|
|
|
|
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
<Thickness x:Key="ToggleSwitchTopHeaderMargin">0,0,0,6</Thickness> |
|
|
|
<GridLength x:Key="ToggleSwitchPreContentMargin">6</GridLength> |
|
|
|
<GridLength x:Key="ToggleSwitchPostContentMargin">6</GridLength> |
|
|
|
<x:Double x:Key="ToggleSwitchThemeMinWidth">154</x:Double> |
|
|
|
<x:Double x:Key="ToggleSwitchThemeMinWidth">0</x:Double> |
|
|
|
</Styles.Resources> |
|
|
|
<Design.PreviewWith> |
|
|
|
<StackPanel Margin="20" Width="250" Spacing="24" > |
|
|
|
|