소스 검색

Fix icon preview

Lutz Roeder 7 년 전
부모
커밋
56cd7a0d91
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      tools/update_icon_preview.html

+ 3 - 3
tools/update_icon_preview.html

@@ -3,15 +3,15 @@
 <body>
 
 <div style='margin: 20px; background: #f6f6f6; border-radius: 8px; width: 340px; height: 340px; float: left; '> 
-<img src='../../setup/icon.svg' width='300' style='position: relative; top: 20px; left: 20px;'>
+<img src='../setup/icon.svg' width='300' style='position: relative; top: 20px; left: 20px;'>
 </div>
 
 <div style='margin: 20px; background: #d8d8d8; border-radius: 8px; width: 340px; height: 340px; float: left; '> 
-<img src='../../setup/icon.svg' width='300' style='position: relative; top: 20px; left: 20px;'>
+<img src='../setup/icon.svg' width='300' style='position: relative; top: 20px; left: 20px;'>
 </div>
 
 <div style='margin: 20px; background: #aaaaaa; border-radius: 8px; width: 340px; height: 340px; float: left; '> 
-<img src='../../setup/icon.svg' width='300' style='position: relative; top: 20px; left: 20px;'>
+<img src='../setup/icon.svg' width='300' style='position: relative; top: 20px; left: 20px;'>
 </div>
 
 </body>