Browse Source

Merge branch 'master' into compiled-bindings-inherited-interfaces

pull/4235/head
danwalmsley 6 years ago
committed by GitHub
parent
commit
e25d65be6c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/Avalonia.Themes.Fluent/Accents/Base.xaml
  2. BIN
      src/Avalonia.Themes.Fluent/Assets/Lato-Black.ttf
  3. BIN
      src/Avalonia.Themes.Fluent/Assets/Lato-Bold.ttf
  4. BIN
      src/Avalonia.Themes.Fluent/Assets/Lato-Hairline.ttf
  5. BIN
      src/Avalonia.Themes.Fluent/Assets/Lato-Heavy.ttf
  6. BIN
      src/Avalonia.Themes.Fluent/Assets/Lato-Italic.ttf
  7. BIN
      src/Avalonia.Themes.Fluent/Assets/Lato-Light.ttf
  8. BIN
      src/Avalonia.Themes.Fluent/Assets/Lato-Medium.ttf
  9. BIN
      src/Avalonia.Themes.Fluent/Assets/Lato-Regular.ttf
  10. BIN
      src/Avalonia.Themes.Fluent/Assets/Lato-Semibold.ttf
  11. BIN
      src/Avalonia.Themes.Fluent/Assets/Lato-Thin.ttf
  12. BIN
      src/Avalonia.Themes.Fluent/Assets/Roboto-Black.ttf
  13. BIN
      src/Avalonia.Themes.Fluent/Assets/Roboto-Bold.ttf
  14. BIN
      src/Avalonia.Themes.Fluent/Assets/Roboto-Light.ttf
  15. BIN
      src/Avalonia.Themes.Fluent/Assets/Roboto-Medium.ttf
  16. BIN
      src/Avalonia.Themes.Fluent/Assets/Roboto-Regular.ttf
  17. BIN
      src/Avalonia.Themes.Fluent/Assets/Roboto-Thin.ttf
  18. 2
      src/Avalonia.Themes.Fluent/Button.xaml

4
src/Avalonia.Themes.Fluent/Accents/Base.xaml

@ -12,8 +12,8 @@
<Color x:Key="SystemColorHotlight">#FF0066CC</Color>
<Color x:Key="SystemColorWindow">#FFFFFFFF</Color>
<Color x:Key="SystemColorWindowText">#FF000000</Color>
<FontFamily x:Key="ContentControlThemeFontFamily">avares://Avalonia.Themes.Fluent/Assets#Lato</FontFamily>
<sys:Double x:Key="ControlContentThemeFontSize">13</sys:Double>
<FontFamily x:Key="ContentControlThemeFontFamily">avares://Avalonia.Themes.Fluent/Assets#Roboto</FontFamily>
<sys:Double x:Key="ControlContentThemeFontSize">14</sys:Double>
<SolidColorBrush x:Key="SystemControlTransparentBrush" Color="Transparent" />
<x:Boolean x:Key="UseSystemFocusVisuals">True</x:Boolean>

BIN
src/Avalonia.Themes.Fluent/Assets/Lato-Black.ttf

Binary file not shown.

BIN
src/Avalonia.Themes.Fluent/Assets/Lato-Bold.ttf

Binary file not shown.

BIN
src/Avalonia.Themes.Fluent/Assets/Lato-Hairline.ttf

Binary file not shown.

BIN
src/Avalonia.Themes.Fluent/Assets/Lato-Heavy.ttf

Binary file not shown.

BIN
src/Avalonia.Themes.Fluent/Assets/Lato-Italic.ttf

Binary file not shown.

BIN
src/Avalonia.Themes.Fluent/Assets/Lato-Light.ttf

Binary file not shown.

BIN
src/Avalonia.Themes.Fluent/Assets/Lato-Medium.ttf

Binary file not shown.

BIN
src/Avalonia.Themes.Fluent/Assets/Lato-Regular.ttf

Binary file not shown.

BIN
src/Avalonia.Themes.Fluent/Assets/Lato-Semibold.ttf

Binary file not shown.

BIN
src/Avalonia.Themes.Fluent/Assets/Lato-Thin.ttf

Binary file not shown.

BIN
src/Avalonia.Themes.Fluent/Assets/Roboto-Black.ttf

Binary file not shown.

BIN
src/Avalonia.Themes.Fluent/Assets/Roboto-Bold.ttf

Binary file not shown.

BIN
src/Avalonia.Themes.Fluent/Assets/Roboto-Light.ttf

Binary file not shown.

BIN
src/Avalonia.Themes.Fluent/Assets/Roboto-Medium.ttf

Binary file not shown.

BIN
src/Avalonia.Themes.Fluent/Assets/Roboto-Regular.ttf

Binary file not shown.

BIN
src/Avalonia.Themes.Fluent/Assets/Roboto-Thin.ttf

Binary file not shown.

2
src/Avalonia.Themes.Fluent/Button.xaml

@ -81,7 +81,7 @@
<Setter Property="RenderTransform" Value="none" />
<Setter Property="Transitions">
<Transitions>
<TransformOperationsTransition Property="RenderTransform" Duration="0:0:.15" />
<TransformOperationsTransition Property="RenderTransform" Duration="0:0:.075" />
</Transitions>
</Setter>
</Style>

Loading…
Cancel
Save