<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 4: Small TFontComboBox bug/feature</title><link>https://sourceforge.net/p/rxlib/bugs/4/</link><description>Recent changes to 4: Small TFontComboBox bug/feature</description><atom:link href="https://sourceforge.net/p/rxlib/bugs/4/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 30 May 2002 14:13:48 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/rxlib/bugs/4/feed.rss" rel="self" type="application/rss+xml"/><item><title>Small TFontComboBox bug/feature</title><link>https://sourceforge.net/p/rxlib/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;TFontComboBox's height is based on the current font &lt;br /&gt;
setting.&lt;br /&gt;
ie: The height is 20 pixels for the font MS Sans Serif, &lt;br /&gt;
regular, 8&lt;/p&gt;
&lt;p&gt;But, a standand TComboBox is 21 pixels&lt;/p&gt;
&lt;p&gt;Its only a small error, but it looks bad when you mix the &lt;br /&gt;
two sizes on one dialog.&lt;/p&gt;
&lt;p&gt;Increasing the font size to 9 does nothing. Increasing to &lt;br /&gt;
10 makes the combobox height 23 pixels.&lt;/p&gt;
&lt;p&gt;POSSIBLE FIX&lt;br /&gt;
Change the last line of GetItemHeight in RxCombos.pas&lt;/p&gt;
&lt;p&gt;OLD&lt;br /&gt;
Result := Metrics.tmHeight + 1;&lt;/p&gt;
&lt;p&gt;NEW&lt;br /&gt;
Result := Metrics.tmHeight + 2;&lt;/p&gt;
&lt;p&gt;Why was 1 added? Is it a border setting? Do we need to &lt;br /&gt;
get this value from &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 30 May 2002 14:13:48 -0000</pubDate><guid>https://sourceforge.net27f5cfed6328c4378a5cab70b098cd4286a6b4b9</guid></item></channel></rss>