|
|
@ -53,6 +53,6 @@ public class DesignSizeI18nManager { |
|
|
|
if (arr.length < SPLIT_LENGTH) { |
|
|
|
if (arr.length < SPLIT_LENGTH) { |
|
|
|
return BasicDialog.DEFAULT; |
|
|
|
return BasicDialog.DEFAULT; |
|
|
|
} |
|
|
|
} |
|
|
|
return FineUIScale.scale(new Dimension(Integer.parseInt(arr[WIDTH_INDEX]), Integer.parseInt(arr[HEIGHT_INDEX]))); |
|
|
|
return new Dimension(Integer.parseInt(arr[WIDTH_INDEX]), Integer.parseInt(arr[HEIGHT_INDEX])); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|