fn make_btn(
    ctx: &EventCtx<'_>,
    label: &str,
    tooltip: &str,
    is_persisten_split: bool
) -> Button