Skip to content

Commit

Permalink
Doc: Update wizard image size tables.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanrussell authored Jan 6, 2025
1 parent a9c689a commit 8d0fcaf
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions ISHelp/isetup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5006,12 +5006,12 @@ DiskSliceSize=1457664
<p>When multiple files are specified, Setup will automatically select the one which best matches the system's DPI setting. The recommended size of the bitmap per DPI setting is:</p>
<table>
<tr><td>100%</td><td>164x314</td></tr>
<tr><td>125%</td><td>192x386</td></tr>
<tr><td>150%</td><td>246x459</td></tr>
<tr><td>175%</td><td>273x556</td></tr>
<tr><td>200%</td><td>328x604</td></tr>
<tr><td>225%</td><td>355x700</td></tr>
<tr><td>250%</td><td>410x797</td></tr>
<tr><td>125%</td><td>202x386</td></tr>
<tr><td>150%</td><td>240x459</td></tr>
<tr><td>175%</td><td>290x556</td></tr>
<tr><td>200%</td><td>315x604</td></tr>
<tr><td>225%</td><td>366x700</td></tr>
<tr><td>250%</td><td>416x797</td></tr>
</table>
<p>If this directive is not specified or is blank, a single built-in 246x459 wizard image will be used, by default stretched or shrunk if the image is larger or smaller than required.</p>
<p>To use the old default wizard images set this directive to <tt>compiler:WizClassicImage.bmp</tt>.</p>
Expand All @@ -5030,13 +5030,13 @@ DiskSliceSize=1457664
<p>256-color bitmaps may not display correctly in 256-color mode, since it does not handle palettes.</p>
<p>When multiple files are specified, Setup will automatically select the one which best matches the system's DPI setting. The recommended size of the bitmap per DPI setting is:</p>
<table>
<tr><td>100%</td><td>55x55</td></tr>
<tr><td>125%</td><td>64x68</td></tr>
<tr><td>150%</td><td>83x80</td></tr>
<tr><td>175%</td><td>92x97</td></tr>
<tr><td>200%</td><td>110x106</td></tr>
<tr><td>225%</td><td>119x123</td></tr>
<tr><td>250%</td><td>138x140</td></tr>
<tr><td>100%</td><td>58x58</td></tr>
<tr><td>125%</td><td>71x71</td></tr>
<tr><td>150%</td><td>85x85</td></tr>
<tr><td>175%</td><td>103x103</td></tr>
<tr><td>200%</td><td>112x112</td></tr>
<tr><td>225%</td><td>129x129</td></tr>
<tr><td>250%</td><td>147x147</td></tr>
</table>
<p>If this directive is not specified or is blank, a single built-in 138x140 wizard image will be used, by default stretched or shrunk if the image is larger or smaller than required.</p>
<p>To use the old default wizard images set this directive to <tt>compiler:WizClassicSmallImage.bmp</tt>.</p>
Expand Down

0 comments on commit 8d0fcaf

Please sign in to comment.