kopia lustrzana https://github.com/JOSM/MapWithAI
Disable panel until guidance is obtained
Signed-off-by: Taylor Smock <smocktaylor@gmail.com>pull/1/head
rodzic
5cfaed60fc
commit
9e433d95f7
|
@ -205,7 +205,7 @@ public class MapWithAIPreferences implements SubPreferenceSetting {
|
||||||
|
|
||||||
pane.add(Box.createHorizontalGlue(), second);
|
pane.add(Box.createHorizontalGlue(), second);
|
||||||
|
|
||||||
legalInformation(pane);
|
// TODO check implementation legalInformation(pane);
|
||||||
|
|
||||||
JButton kaartLogo = new JButton(ImageProvider.getIfAvailable("kaart") == null ? null
|
JButton kaartLogo = new JButton(ImageProvider.getIfAvailable("kaart") == null ? null
|
||||||
: new ImageProvider("kaart").setHeight(ImageProvider.ImageSizes.SETTINGS_TAB.getAdjustedHeight())
|
: new ImageProvider("kaart").setHeight(ImageProvider.ImageSizes.SETTINGS_TAB.getAdjustedHeight())
|
||||||
|
|
Ładowanie…
Reference in New Issue