Ignore:
Timestamp:
2015-12-30T21:26:57+01:00 (10 years ago)
Author:
Don-vip
Message:

fix #12259 - adjust colors contrast in relation editor and history dialog

File:
1 edited

Legend:

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

    r9136 r9223  
    3434import org.openstreetmap.josm.data.osm.history.History;
    3535import org.openstreetmap.josm.data.osm.history.HistoryOsmPrimitive;
     36import org.openstreetmap.josm.gui.util.GuiHelper;
    3637import org.openstreetmap.josm.gui.widgets.PopupMenuLauncher;
    3738import org.openstreetmap.josm.io.XmlWriter;
     
    6465        setShowGrid(false);
    6566        setAutoResizeMode(JTable.AUTO_RESIZE_OFF);
    66         setBackground(UIManager.getColor("Button.background"));
     67        GuiHelper.setBackgroundReadable(this, UIManager.getColor("Button.background"));
    6768        setIntercellSpacing(new Dimension(6, 0));
    6869        putClientProperty("terminateEditOnFocusLost", Boolean.TRUE);
Note: See TracChangeset for help on using the changeset viewer.