pub fn paint_meter_bar( ui: &mut dyn UiBuilder, origin: [f32; 2], width: f32, fraction: f32, fill_color: [f32; 4], theme: &UiTheme, )
A thin horizontal meter bar (used by the DCC summary + agent rows).