From 8c49e607afa1a2a1b08b96f389c6fff676ff19d3 Mon Sep 17 00:00:00 2001 From: vincents Date: Tue, 16 Sep 2008 14:40:30 +0000 Subject: [PATCH] win32 issues: fixed typos git-svn-id: trunk@16606 - --- lcl/interfaces/win32/issues.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lcl/interfaces/win32/issues.xml b/lcl/interfaces/win32/issues.xml index d95c144aa9..7415caf4c8 100644 --- a/lcl/interfaces/win32/issues.xml +++ b/lcl/interfaces/win32/issues.xml @@ -2,16 +2,16 @@ - Combo box height is constrined - 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. + Combo box height is constrained + 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. Button color cannot be changed - It's impossible to implement without making them owner drawn. + It is impossible to implement without making them owner drawn. Bitmap button color cannot be changed - It's impossible to implement without making them owner drawn. + It is impossible to implement without making them owner drawn. Progress bar height cannot be smaller then 10 if a Windows Theme is used