##// END OF EJS Templates
Add an empty area at the bottom of the tab where a new zone can be created from a drop. Differentiate graph and zone placeHolders.
Add an empty area at the bottom of the tab where a new zone can be created from a drop. Differentiate graph and zone placeHolders.

File last commit:

r620:3dbb981097b0
r887:f5851ce3ff09
Show More
build.sh
8 lines | 143 B | application/x-sh | BashLexer
Added Meson support....
r620 #!/bin/bash
mkdir build
meson --prefix=/tmp/SciQLOP --cross-file build_cfg/windows/cross_fedora_win64.txt build
cd build
ninja
ninja install