JAL-2484 adjusted default cache settings panel's left border width
authortcofoegbu <tcnofoegbu@dundee.ac.uk>
Fri, 5 May 2017 11:05:19 +0000 (12:05 +0100)
committertcofoegbu <tcnofoegbu@dundee.ac.uk>
Fri, 5 May 2017 11:05:19 +0000 (12:05 +0100)
src/jalview/io/cache/JvCacheableInputBox.java

index 499654c..444670b 100644 (file)
@@ -34,7 +34,7 @@ public class JvCacheableInputBox<E> extends JComboBox<String>
 
   private static final int INPUT_LIMIT = 2;
 
-  private static final int LEFT_BOARDER_WIDTH = 18;
+  private static final int LEFT_BOARDER_WIDTH = 16;
 
   private String cacheKey;