Ignore:
Timestamp:
2014-01-17T01:49:03+01:00 (10 years ago)
Author:
Don-vip
Message:

fix #8417 - info GPX layer window not resizeable

File:
1 edited

Legend:

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

    r6084 r6708  
    184184
    185185    /**
     186     * Determines if info dialog can be resized (false by default).
     187     * @return {@code true} if the info dialog can be resized, {@code false} otherwise
     188     * @since 6708
     189     */
     190    public boolean isInfoResizable() {
     191        return false;
     192    }
     193
     194    /**
    186195     * Returns list of actions. Action can implement LayerAction interface when it needs to be represented by other
    187196     * menu component than JMenuItem or when it supports multiple layers. Actions that support multiple layers should also
Note: See TracChangeset for help on using the changeset viewer.