File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
src/main/java/com/airsaid/localization/config Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 33 <grid id =" 27dc6" binding =" contentJPanel" layout-manager =" GridLayoutManager" row-count =" 4" column-count =" 2" same-size-horizontally =" false" same-size-vertically =" false" hgap =" -1" vgap =" -1" >
44 <margin top =" 0" left =" 0" bottom =" 0" right =" 0" />
55 <constraints >
6- <xy x =" 20" y =" 20" width =" 560 " height =" 401" />
6+ <xy x =" 20" y =" 20" width =" 669 " height =" 401" />
77 </constraints >
88 <properties />
99 <border type =" none" />
134134 <properties >
135135 <model >
136136 <item value =" 0" />
137- <item value =" 50" />
138137 <item value =" 100" />
139- <item value =" 150" />
140138 <item value =" 200" />
141- <item value =" 250" />
142139 <item value =" 300" />
143- <item value =" 350" />
144140 <item value =" 400" />
145- <item value =" 450" />
146141 <item value =" 500" />
142+ <item value =" 600" />
143+ <item value =" 700" />
144+ <item value =" 800" />
145+ <item value =" 900" />
146+ <item value =" 1000" />
147147 </model >
148148 </properties >
149149 </component >
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ static class State {
152152 public String selectedTranslatorKey ;
153153 public Map <String , String > appIds = new HashMap <>();
154154 public boolean isEnableCache = true ;
155- public int maxCacheSize = 100 ;
155+ public int maxCacheSize = 500 ;
156156 public boolean isUseGoogleCom ;
157157 public int translationInterval = 2 ; // 2 second
158158 }
You can’t perform that action at this time.
0 commit comments