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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user