Ignore:
Timestamp:
2009-11-02T19:26:51+01:00 (14 years ago)
Author:
Gubaer
Message:

More and improved context sensitive help, see #2882

File:
1 edited

Legend:

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

    r2344 r2387  
    6161        pnl.setLayout(new GridBagLayout());
    6262        GridBagConstraints gc = new GridBagConstraints();
    63 //        gc.fill = GridBagConstraints.HORIZONTAL;
    64 //        gc.weightx = 1.0;
    65 //        gc.weighty = 0.0;
    66 //        pnl.add(new JButton(actAdd = new AddAction()), gc);
    67 
    6863        gc.gridy = 0;
    6964        RemoveAction removeAction = new RemoveAction();
Note: See TracChangeset for help on using the changeset viewer.