godot
godot copied to clipboard
Fix AudioBus volume level display in editor
Updated dB to normalized value to use with TextureProgressBar
Updated BusVuActive.svg and BusVuFrozen.svg to line up gap at 0 dB, and more completely fill in the icon vertically
Moved padding from EditorAudioMeterNotches to a MarginContainer that includes the full HBoxContainer, to keep child items lined up with each other
Fixes #88952