|
|
|
@ -189,7 +189,11 @@ namespace Avalonia.Controls.Primitives |
|
|
|
|
|
|
|
if (increaseButton != null) |
|
|
|
{ |
|
|
|
increaseButton.Arrange(new Rect(0, firstHeight + thumbHeight, finalSize.Width, Math.Max(remaining - firstHeight, 0))); |
|
|
|
increaseButton.Arrange(new Rect( |
|
|
|
0, |
|
|
|
firstHeight + thumbHeight, |
|
|
|
finalSize.Width, |
|
|
|
Math.Max(remaining - firstHeight, 0))); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|