mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-18 09:07:51 +08:00
Auto-cleanup
This commit is contained in:
@ -91,7 +91,7 @@ namespace UnityExplorer.UI.Widgets
|
||||
Slider.interactable = false;
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
var handleHeight = viewportHeight * Math.Min(1, viewportHeight / totalHeight);
|
||||
handleHeight = Math.Max(15f, handleHeight);
|
||||
|
||||
|
Reference in New Issue
Block a user