Skip to content

Commit

Permalink
put the plugin name over the graph
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon committed Nov 5, 2024
1 parent bc1c056 commit 4bc7099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -326,10 +326,10 @@ pub fn create(editor_data: Data, editor_state: Arc<ViziaState>) -> Option<Box<dy
.class("parameters");
VStack::new(cx, |cx| {
ZStack::new(cx, |cx| {
Label::new(cx, "DEL2").class("plugin-name");
DelayGraph::new(cx, Data::delay_data)
// .overflow(Overflow::Hidden)
;
Label::new(cx, "DEL2").class("plugin-name");
});
VStack::new(cx, |cx| {
//meters
Expand Down

0 comments on commit 4bc7099

Please sign in to comment.