Fix a typo I introduced in FileTypes in r41662, spotted by Axel (thanks!). Upon closer examination, the portion of code that contained the typo was superfluous, so I removed it all together.

+alpha


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41665 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Alex Wilson
2011-05-22 20:42:01 +00:00
parent 10c18d38e8
commit f52172f64a
@@ -253,7 +253,7 @@ ExtensionListView::~ExtensionListView()
BSize
ExtensionListView::MinSize()
{
if (!fMinSize.IsWidthSet() || fMinSize.IsHeightSet()) {
if (!fMinSize.IsWidthSet()) {
BFont font;
GetFont(&font);
fMinSize.width = font.StringWidth(".mmmmm");