mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 05:39:17 +02:00
win32 issues: fixed typos
git-svn-id: trunk@16606 -
This commit is contained in:
parent
2c42be7638
commit
8c49e607af
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user