kopia lustrzana https://github.com/JOSM/MapWithAI
Set an image as optional (due to Eclipse not having it...)
Signed-off-by: Taylor Smock <taylor.smock@kaart.com>pull/1/head
rodzic
25c378ea34
commit
de3141ff90
|
@ -128,7 +128,7 @@ public class MapWithAIDownloadReader implements DownloadSource<MapWithAIDownload
|
|||
@Override
|
||||
public Icon getIcon() {
|
||||
return new ImageProvider("dialogs", "mapwithai")
|
||||
.setMaxHeight(ImageProvider.ImageSizes.SIDEBUTTON.getVirtualHeight()).get();
|
||||
.setMaxHeight(ImageProvider.ImageSizes.SIDEBUTTON.getVirtualHeight()).setOptional(true).get();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Ładowanie…
Reference in New Issue