Skip to content

Commit

Permalink
see #7561 comment 21
Browse files Browse the repository at this point in the history
Fix typo properties.presets.visable  -> properties.presets.visible

git-svn-id: https://josm.openstreetmap.de/svn/trunk@14424 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
GerdP authored and GerdP committed Nov 16, 2018
1 parent a21043d commit 728d48f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ public PropertiesDialog() {

// combine both tables and wrap them in a scrollPane
boolean top = Config.getPref().getBoolean("properties.presets.top", true);
boolean presetsVisible = Config.getPref().getBoolean("properties.presets.visable", true);
boolean presetsVisible = Config.getPref().getBoolean("properties.presets.visible", true);
if (presetsVisible && top) {
bothTables.add(presets, GBC.std().fill(GBC.HORIZONTAL).insets(5, 2, 5, 2).anchor(GBC.NORTHWEST));
double epsilon = Double.MIN_VALUE; // need to set a weight or else anchor value is ignored
Expand Down

0 comments on commit 728d48f

Please sign in to comment.