Skip to content
Snippets Groups Projects
Commit 902ac607 authored by Anian Bühler's avatar Anian Bühler
Browse files

minor changes

parent d074f9cd
Branches scale_dev
No related tags found
No related merge requests found
...@@ -73,8 +73,9 @@ public class ArduinoUno extends Modul { ...@@ -73,8 +73,9 @@ public class ArduinoUno extends Modul {
ga.setPaint(new Color(255, 255, 0, transparancy)); ga.setPaint(new Color(255, 255, 0, transparancy));
ga.fillRect(0, 0,((int)(0.02066*xscale)), ((int)(0.01034*yscale))); ga.fillRect(0, 0,((int)(0.02066*xscale)), ((int)(0.01034*yscale)));
} }
}; };
labelPower.setLocation(((int)(0.5207*xscale))+locx, ((int)(0.13*yscale))+locy); labelPower.setLocation(((int)(0.5207*xscale))+locx, ((int)(0.13*yscale))+locy);
labelPower.setSize(((int)(0.02066*xscale)), ((int)(0.01034*yscale))); labelPower.setSize(((int)(0.02066*xscale)), ((int)(0.01034*yscale)));
......
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