Skip to content
Snippets Groups Projects
Commit 6068e40d authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Place all images in a single row

parent ad21a99d
No related branches found
No related tags found
No related merge requests found
......@@ -290,9 +290,7 @@ function process_fluo() {
run("PDF ... ", "show show scale save one save=[" + fname_pdf + "]");
}
image_ids = newArray(rgb_sig, rgb_fluo);
arrangeImages(image_ids, screenHeight * 0.1);
image_ids = newArray(rgb_dark, rgb_hist);
arrangeImages(image_ids, screenHeight * 0.55);
image_ids = newArray(rgb_sig, rgb_fluo, rgb_dark, rgb_hist);
arrangeImages(image_ids, screenHeight * 0.2);
////////// ////////// ////////// ////////// ////////// ////////// ////////// //////////
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment