Hello everybody!
I just wanted to let you know of a few additions I just released to the main branch in V 1.3.6:
-
Scrolling views
You can now select in a View that the content should be scrolled when the content doesn’t fit.
If you activate the scroll-direction setting first nothing will happen, because the FlexBox will squeeze all until the size is minimal. That means you should give all the children amin-width
ormin-height
, whichever applies. I strongly suggest to use Style-Classes for that. -
Gradients for Plots
You can fill plots e.g. Analysers with a gradient. The selection works the same like the gradients for the background. -
Settings
The setting if the ToolBox is attached on the left or on the right or if it is detached is now saved with the user’s preferences. Same goes for thealways on top
flag. -
XY-Dragger: jump to click
You can configure the XY-Dragger so it jumps to the clicked position.
Mind you that if you activate that it will eat all events for potential other siblings or parents in that area. -
Midi-Drumpad
A new component to trigger Midi events that are in a rectangular grid rather than piano keys.
Let me know if you like it or if you ran into problems using the new stuff.