JAL-2913 use FIGURE_FIXEDIDWIDTH (not FIGURE_USERIDWIDTH)
[jalview.git] / src / jalview / gui / AlignmentPanel.java
index 55fd185..f5634d2 100644 (file)
@@ -1274,7 +1274,7 @@ public class AlignmentPanel extends GAlignmentPanel implements
     }
     Integer idwidth = null;
     if (onscreen || (idwidth = Cache
-            .getIntegerProperty("FIGURE_USERIDWIDTH")) == null)
+            .getIntegerProperty("FIGURE_FIXEDIDWIDTH")) == null)
     {
       int w = getIdPanel().getWidth();
       return (w > 0 ? w : calculateIdWidth().width + 4);