godot icon indicating copy to clipboard operation
godot copied to clipboard

Fix AudioBus volume level display in editor

Open aaronp64 opened this issue 11 months ago • 0 comments

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

aaronp64 avatar Mar 27 '24 20:03 aaronp64