mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-21 09:21:02 +00:00
Merge pull request #3600 from kaienfr/fix_cwcheat_list
fix cwcheat list incompletely shown and resize the check button
This commit is contained in:
commit
85e82fb7c1
@ -67,7 +67,7 @@ void CwCheatScreen::CreateViews() {
|
||||
I18NCategory *d = GetI18NCategory("Dialog");
|
||||
formattedList = CreateCodeList();
|
||||
root_ = new LinearLayout(ORIENT_HORIZONTAL);
|
||||
Margins actionMenuMargins(50, 100, 100, 50);
|
||||
Margins actionMenuMargins(50, -15, 15, 0);
|
||||
|
||||
LinearLayout *leftColumn = new LinearLayout(ORIENT_VERTICAL, new LinearLayoutParams(400, FILL_PARENT));
|
||||
leftColumn->Add(new ItemHeader(k->T("Options")));
|
||||
|
Loading…
x
Reference in New Issue
Block a user