Added vertical layout for display layout screen

This commit is contained in:
Henrik Rydgård
2022-12-08 16:04:20 +01:00
parent 141e076f12
commit 7ff0030772
8 changed files with 40 additions and 40 deletions
+2 -2
View File
@@ -517,11 +517,11 @@ RemoteISOBrowseScreen::RemoteISOBrowseScreen(const std::string &url, const std::
}
void RemoteISOBrowseScreen::CreateViews() {
bool vertical = UseVerticalLayout();
auto di = GetI18NCategory("Dialog");
auto ri = GetI18NCategory("RemoteISO");
bool vertical = UseVerticalLayout();
Margins actionMenuMargins(0, 10, 10, 0);
TabHolder *leftColumn = new TabHolder(ORIENT_HORIZONTAL, 64, new LinearLayoutParams(FILL_PARENT, WRAP_CONTENT));