Przeglądaj źródła

Fix icon preview

Lutz Roeder 7 lat temu
rodzic
commit
56cd7a0d91
1 zmienionych plików z 3 dodań i 3 usunięć
  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>