win32 issues: fixed typos

git-svn-id: trunk@16606 -
This commit is contained in:
vincents 2008-09-16 14:40:30 +00:00
parent 2c42be7638
commit 8c49e607af

View File

@ -2,16 +2,16 @@
<package name="lcl">
<widgetset name="win32">
<issue name="TComboBox.Height">
<short>Combo box height is constrined</short>
<descr>It's impossible to set an arbitrary height to a TComboBox under Windows. Use AutoSize to make sure the size is good on all platforms.</descr>
<short>Combo box height is constrained</short>
<descr>It is impossible to set an arbitrary height to a TComboBox under Windows. Use AutoSize to make sure the size is good on all platforms.</descr>
</issue>
<issue name="TButton.Color">
<short>Button color cannot be changed</short>
<descr>It's impossible to implement without making them owner drawn.</descr>
<descr>It is impossible to implement without making them owner drawn.</descr>
</issue>
<issue name="TBitBtn.Color">
<short>Bitmap button color cannot be changed</short>
<descr>It's impossible to implement without making them owner drawn.</descr>
<descr>It is impossible to implement without making them owner drawn.</descr>
</issue>
<issue name="TProgressBar.Height">
<short>Progress bar height cannot be smaller then 10 if a Windows Theme is used</short>