Browse Source
Merge branch 'feature/fluent-slider-template' of github.com:AvaloniaUI/Avalonia into feature/fluent-slider-template
feature/fluent-slider
Jumar Macato
6 years ago
No known key found for this signature in database
GPG Key ID: B19884DAC3A5BF3F
1 changed files with
1 additions and
1 deletions
-
src/Avalonia.Controls/TickBar.cs
|
|
|
@ -41,7 +41,7 @@ namespace Avalonia.Controls |
|
|
|
/// <summary>
|
|
|
|
/// TickBar is an element that use for drawing Slider's Ticks.
|
|
|
|
/// </summary>
|
|
|
|
public class TickBar : TemplatedControl |
|
|
|
public class TickBar : Control |
|
|
|
{ |
|
|
|
static TickBar() |
|
|
|
{ |
|
|
|
|