Note about BITMAPs being centered.

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3498 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
eccles 2004-02-21 15:42:24 +00:00
parent 703548d9bf
commit 4f02d7930c

View file

@ -488,7 +488,8 @@ specified, only one item can be selected from the list.</td>
<td class="righttable">RESIZETOFIT</td> <td class="righttable">RESIZETOFIT</td>
<td class="righttable">This causes "<em>Bitmap</em>" controls to <td class="righttable">This causes "<em>Bitmap</em>" controls to
resize the image to the size of the control. Also useful to support resize the image to the size of the control. Also useful to support
custom DPI settings.</td> custom DPI settings. Without this, the image will be centered
within the specified area.</td>
</tr> </tr>
<tr> <tr>
<td class="righttable">GROUP</td> <td class="righttable">GROUP</td>
@ -938,6 +939,5 @@ it freely, subject to the following restrictions:
</td> </td>
</tr> </tr>
</table> </table>
</table>
</body> </body>
</html> </html>