Skip to content
Snippets Groups Projects
Commit db574a7c authored by Irina LEE's avatar Irina LEE
Browse files

fixed module size (eln)

parent 412a9cdb
No related branches found
No related tags found
1 merge request!72Syscams
...@@ -73,7 +73,7 @@ public class ELNModule extends TGCScalableWithInternalComponent implements Swall ...@@ -73,7 +73,7 @@ public class ELNModule extends TGCScalableWithInternalComponent implements Swall
public ELNModule(int _x, int _y, int _minX, int _maxX, int _minY, int _maxY, boolean _pos, TGComponent _father, TDiagramPanel _tdp) { public ELNModule(int _x, int _y, int _minX, int _maxX, int _minY, int _maxY, boolean _pos, TGComponent _father, TDiagramPanel _tdp) {
super(_x, _y, _minX, _maxX, _minY, _maxY, _pos, _father, _tdp); super(_x, _y, _minX, _maxX, _minY, _maxY, _pos, _father, _tdp);
initScaling(300, 500); initScaling(300, 300);
oldScaleFactor = tdp.getZoom(); oldScaleFactor = tdp.getZoom();
dtextX = textX * oldScaleFactor; dtextX = textX * oldScaleFactor;
......
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