Commit 64d9ca9e authored by Andrey Filippov's avatar Andrey Filippov
Browse files

minor dilaog box layout

parent 5c00c428
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -10061,6 +10061,7 @@ if (MORE_BUTTONS) {
			else                      gd.addMessage("Screw # "+(i+1)+" "+IJ.d2s(manualScrewsCW[i],3)+" ("+IJ.d2s(deg,0)+"\u00b0 CCW)");
		}
		if (postUVScrews!=null) {
			gd.addMessage("Suggested rotation of the post-UV fixture screws (far lsft, near left, right) ---");
			for (int i=0;i<postUVScrews.length;i++){
				double deg=360*Math.abs(postUVScrews[i]);
				if (postUVScrews[i]>=0) gd.addMessage("Screw # "+(i+1)+" "+IJ.d2s(postUVScrews[i],3)+" ("+IJ.d2s(deg,0)+"\u00b0 CW)");