bartbutenaers / node-red-contrib-blockly

A Node Red node for visual programming a function using Blockly
Apache License 2.0
88 stars 22 forks source link

Fix positioning of Expand button #114

Closed ralphwetzel closed 10 months ago

ralphwetzel commented 10 months ago

Looks like the expand button used to be part of the workspace area - then moved to save screen space. I've changed its position in the DOM tree; now it's a child of the "Editor" tab - simplifying the positioning. Confirmed to be ok on NR3.1 & NR4.0-beta - respecting as well changes of the width of the tab:

expandbutton

Contributes to #106

bartbutenaers commented 10 months ago

Hi @ralphwetzel, Sorry for the delay! I completely overlooked the notification of this PR in the mail avalanche I received this week... Thanks again for helping us with the new release of this node!!!!