Ignore:
Timestamp:
2010-08-02T09:57:28+02:00 (15 years ago)
Author:
bastik
Message:

'update to josm latest'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/ext_tools/src/ext_tools/preferences/EditToolDialog.java

    r22236 r22531  
    66import java.awt.GridBagConstraints;
    77import java.awt.GridBagLayout;
     8import java.awt.Insets;
    89import java.awt.event.ActionEvent;
    910
     
    4647                new String[] { tr("OK"), tr("Cancel") },
    4748                true);
    48         contentConstraints = GBC.eol().fill().insets(15, 15, 15, 5);
     49        contentInsets = new Insets(15, 15, 5, 15);
    4950        setButtonIcons(new String[] { "ok.png", "cancel.png" });
    5051
Note: See TracChangeset for help on using the changeset viewer.