Made ColorSelectorSliders use SpinBox instead of FloatSpinBox (#13702)
Co-authored-by: DrSmugleaf <drsmugleaf@gmail.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user