diff --git a/UI/MainScreen.cpp b/UI/MainScreen.cpp index 78fe1cd5c0..b014a0888c 100644 --- a/UI/MainScreen.cpp +++ b/UI/MainScreen.cpp @@ -857,7 +857,7 @@ void MainScreen::CreateViews() { if (vertical) { root_ = new LinearLayout(ORIENT_VERTICAL); - rightColumn->ReplaceLayoutParams(new LinearLayoutParams(FILL_PARENT, WRAP_CONTENT)); + rightColumn->ReplaceLayoutParams(new LinearLayoutParams(FILL_PARENT, WRAP_CONTENT, 0.75)); leftColumn->ReplaceLayoutParams(new LinearLayoutParams(FILL_PARENT, WRAP_CONTENT, 1.0)); root_->Add(rightColumn); root_->Add(leftColumn);