diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/lib/pluginlib_touchscreen.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/plugins/lib/pluginlib_touchscreen.c b/apps/plugins/lib/pluginlib_touchscreen.c index 0957507..5903b7c 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) { */ lcd->set_viewport(&data[i].vp); - /* Set line_height to height, then it'll center for us */ - data[i].vp.line_height = data[i].vp.height; + /* TODO: Center text vert*/ data[i].vp.flags |= VP_FLAG_ALIGN_CENTER; /* If the width offset was 0, use a scrolling puts, else center and |