feat(custom): slider widget

Resolves partially #68.
This commit is contained in:
Jake Stanger
2023-04-09 22:42:35 +01:00
parent e928b30f99
commit dfe1964abf
14 changed files with 245 additions and 49 deletions

View File

@@ -45,7 +45,8 @@ impl CustomWidget for ButtonWidget {
tx,
ExecEvent {
cmd: exec.clone(),
geometry: Popup::button_pos(button, bar_orientation),
args: None,
geometry: Popup::widget_geometry(button, bar_orientation),
}
);
});