From 3f4692266b4291fd042b94521076181d1479367b Mon Sep 17 00:00:00 2001 From: iota97 Date: Tue, 3 Mar 2020 08:47:14 +0100 Subject: [PATCH] UI fix --- UI/MainScreen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/MainScreen.cpp b/UI/MainScreen.cpp index ca4bd88191..fe7559e85a 100644 --- a/UI/MainScreen.cpp +++ b/UI/MainScreen.cpp @@ -1452,7 +1452,7 @@ void GridSettingsScreen::CreatePopupContents(UI::ViewGroup *parent) { auto di = GetI18NCategory("Dialog"); auto sy = GetI18NCategory("System"); - ScrollView *scroll = new ScrollView(ORIENT_VERTICAL, new LinearLayoutParams(FILL_PARENT, WRAP_CONTENT)); + ScrollView *scroll = new ScrollView(ORIENT_VERTICAL, new LinearLayoutParams(FILL_PARENT, 50, 1.0f)); LinearLayout *items = new LinearLayout(ORIENT_VERTICAL); items->Add(new CheckBox(&g_Config.bGridView1, sy->T("Display Recent on a grid")));