mirror of
https://github.com/libretro/pcsx2.git
synced 2025-02-12 21:28:26 +00:00
gui: Fix memory card dialog message truncation
Use sizer flags so the messages aren't truncated. The message truncation wasn't noticeable in English.
This commit is contained in:
parent
5856d77371
commit
84b17765c2
@ -69,8 +69,8 @@ Panels::McdConfigPanel_Toggles::McdConfigPanel_Toggles(wxWindow *parent)
|
|||||||
*this += 4;
|
*this += 4;
|
||||||
*this += new wxStaticLine( this ) | StdExpand();
|
*this += new wxStaticLine( this ) | StdExpand();
|
||||||
|
|
||||||
*this += m_check_Ejection;
|
*this += m_check_Ejection | StdExpand();
|
||||||
*this += m_folderAutoIndex;
|
*this += m_folderAutoIndex | StdExpand();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Panels::McdConfigPanel_Toggles::Apply()
|
void Panels::McdConfigPanel_Toggles::Apply()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user