Made ColorSelectorSliders use SpinBox instead of FloatSpinBox (#13702)

Co-authored-by: DrSmugleaf <drsmugleaf@gmail.com>
This commit is contained in:
DamianX
2023-03-06 19:07:49 +01:00
committed by GitHub
parent 262e887295
commit 0bd1756fb2
4 changed files with 10 additions and 12 deletions

View File

@@ -76,7 +76,7 @@ namespace Content.Client.Administration.UI.Tabs.AdminbusTab
Reset();
}
private void OnRotate(object? sender, ValueChangedEventArgs e)
private void OnRotate(ValueChangedEventArgs e)
{
var newValue = Wraparound(e.Value);