Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix a small text overlapping issue in the MemcardManager.
  • Loading branch information
lioncash committed Jan 14, 2013
1 parent 511342e commit 47792b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/Core/DolphinWX/Src/MemcardManager.cpp
Expand Up @@ -777,6 +777,9 @@ bool CMemcardManager::ReloadMemcard(const char *fileName, int card)
memoryCard[card]->GetFreeBlocks(), DIRLEN - nFiles);
t_Status[card]->SetLabel(wxLabel);

// Done so text doesn't overlap the UI.
this->Fit();

return true;
}

Expand Down

0 comments on commit 47792b0

Please sign in to comment.