commit | 462a7eed46c93f645459087c27a2a93bdf3dd909 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Thu Aug 17 12:15:41 2017 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Aug 17 12:15:41 2017 +0000 |
tree | 6e76e9b21d550669118b6119e25ba5737dfc49a5 | |
parent | 78c08cf6da69c65393397dcfbc12a28ae3e1bbea [diff] | |
parent | e332c5ad0e83c36683f8d1a1d5dd795d17b4aada [diff] |
Merge "Import translations. DO NOT MERGE"
diff --git a/screen_ui.cpp b/screen_ui.cpp index e056512..a025501 100644 --- a/screen_ui.cpp +++ b/screen_ui.cpp
@@ -344,7 +344,8 @@ y += DrawTextLines(x, y, HasThreeButtons() ? REGULAR_HELP : LONG_PRESS_HELP); SetColor(HEADER); - y += DrawWrappedTextLines(x, y, menu_headers_); + // Ignore kMenuIndent, which is not taken into account by text_cols_. + y += DrawWrappedTextLines(kMarginWidth, y, menu_headers_); SetColor(MENU); y += DrawHorizontalRule(y) + 4;