Browse Source

Update background color for BasicDrawing.

Mikael Capelle 6 years ago
parent
commit
38efb0ccea
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/main/org/insa/graphics/drawing/components/BasicDrawing.java

+ 1
- 1
src/main/org/insa/graphics/drawing/components/BasicDrawing.java View File

321
      */
321
      */
322
     public BasicDrawing() {
322
     public BasicDrawing() {
323
         setLayout(null);
323
         setLayout(null);
324
-        this.setBackground(new Color(240, 240, 240));
324
+        this.setBackground(new Color(245, 245, 245));
325
         this.zoomAndPanListener = new ZoomAndPanListener(this,
325
         this.zoomAndPanListener = new ZoomAndPanListener(this,
326
                 ZoomAndPanListener.DEFAULT_MIN_ZOOM_LEVEL, 20, 1.2);
326
                 ZoomAndPanListener.DEFAULT_MIN_ZOOM_LEVEL, 20, 1.2);
327
 
327
 

Loading…
Cancel
Save