Browse Source

CHART-1343 修改取消轮播箭头的设置,让它符合设计的要求

master
Qin Xiaofu 7 years ago
parent
commit
78c65b9695
  1. 2
      designer_chart/src/com/fr/plugin/chart/DownloadOnlineSourcesHelper.java

2
designer_chart/src/com/fr/plugin/chart/DownloadOnlineSourcesHelper.java

@ -26,7 +26,7 @@ import java.util.List;
/**
* Created by shine on 2017/8/21.
*/
public class DownloadOnlineSourcesHelper {
public class DownloadOnlineSourcesHelper implements DownloadSourcesEvent{
// 定义加载窗口大小
private static final int LOAD_WIDTH = 455;
private static final int INCIDENT_HEIGHT = 15;

Loading…
Cancel
Save