Re: A tiny GetSystemMetrics question

2009-07-04 Thread Nikolay Sivov
Rein Klazes wrote: On Sat, 04 Jul 2009 00:10:02 +0400, you wrote: Hi. Trying to fix some ListView bugs I've found that on native (XP SP2) system this call: --- GetSystemMetrics(SM_CXICONSPACING) --- doesn't return the value specified in appearance -> advanced settings of Display propertie

Re: A tiny GetSystemMetrics question

2009-07-03 Thread Rein Klazes
On Sat, 04 Jul 2009 00:10:02 +0400, you wrote: >Hi. > >Trying to fix some ListView bugs I've found that on native (XP SP2) >system this call: >--- >GetSystemMetrics(SM_CXICONSPACING) >--- >doesn't return the value specified in appearance -> advanced settings of >Display properties sheet. > >I've

A tiny GetSystemMetrics question

2009-07-03 Thread Nikolay Sivov
Hi. Trying to fix some ListView bugs I've found that on native (XP SP2) system this call: --- GetSystemMetrics(SM_CXICONSPACING) --- doesn't return the value specified in appearance -> advanced settings of Display properties sheet. I've got 75 value for both cx and cy while I have set it to 43