Merge "Add a horizontal line at the end of the graphic menu" am: fc0665c701 am: 095b6858dd
am: 2c08607e2b

Change-Id: Ifb475bfea51936e08a1f9629ad03772ec04f06ad
diff --git a/screen_ui.cpp b/screen_ui.cpp
index 5756054..7fa41c4 100644
--- a/screen_ui.cpp
+++ b/screen_ui.cpp
@@ -252,6 +252,7 @@
 
     draw_funcs_.SetColor(UIElement::MENU);
   }
+  offset += draw_funcs_.DrawHorizontalRule(y + offset);
 
   return offset;
 }