kopia lustrzana https://github.com/JOSM/MapWithAI
MapWithAIPreferences: Increase the maximum maxadd by 10 fold
Signed-off-by: Taylor Smock <tsmock@fb.com>pull/1/head
rodzic
ab0055a4d3
commit
18ac7eaec8
|
@ -54,7 +54,7 @@ public class MapWithAIPreferences extends DefaultTabPreferenceSetting {
|
|||
|
||||
switchLayerCheckBox = new JCheckBox();
|
||||
maximumAdditionSpinner = new JSpinner(
|
||||
new SpinnerNumberModel(MapWithAIPreferenceHelper.getMaximumAddition(), 0, 50, 1));
|
||||
new SpinnerNumberModel(MapWithAIPreferenceHelper.getMaximumAddition(), 0, 500, 1));
|
||||
mergeBuildingAddressCheckBox = new JCheckBox();
|
||||
replacementTableDisplayData = new ArrayList<>();
|
||||
fillReplacementTagDisplayData(replacementTableDisplayData);
|
||||
|
|
Ładowanie…
Reference in New Issue