summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/pluginlib_touchscreen.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/pluginlib_touchscreen.c')
-rw-r--r--apps/plugins/lib/pluginlib_touchscreen.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/plugins/lib/pluginlib_touchscreen.c b/apps/plugins/lib/pluginlib_touchscreen.c
index 095750740e..5903b7c7a9 100644
--- a/apps/plugins/lib/pluginlib_touchscreen.c
+++ b/apps/plugins/lib/pluginlib_touchscreen.c
@@ -140,8 +140,7 @@ void touchbutton_draw(struct touchbutton *data, int num_buttons) {
140 */ 140 */
141 lcd->set_viewport(&data[i].vp); 141 lcd->set_viewport(&data[i].vp);
142 142
143 /* Set line_height to height, then it'll center for us */ 143 /* TODO: Center text vert*/
144 data[i].vp.line_height = data[i].vp.height;
145 data[i].vp.flags |= VP_FLAG_ALIGN_CENTER; 144 data[i].vp.flags |= VP_FLAG_ALIGN_CENTER;
146 145
147 /* If the width offset was 0, use a scrolling puts, else center and 146 /* If the width offset was 0, use a scrolling puts, else center and