Ignore:
Timestamp:
11.01.2009 16:59:01 (3 years ago)
Author:
ulfl
Message:

use small icons also in the LayerListDialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/SideButton.java

    r1246 r1247  
    1919        doStyle(); 
    2020        setText(null); 
     21    } 
     22 
     23    public SideButton(Action action, String imagename) 
     24    { 
     25        this(action); 
     26        setIcon(makeIcon(imagename)); 
    2127    } 
    2228 
Note: See TracChangeset for help on using the changeset viewer.