From 734f8de1f3e44911945e0ebddb632b1b75020607 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Thu, 25 Jun 2020 23:53:37 +0200 Subject: [PATCH] - glcdsetup: align progressbar items Signed-off-by: Thilo Graf --- src/gui/glcdsetup.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/glcdsetup.cpp b/src/gui/glcdsetup.cpp index f56dfa4f4..1705e8e7d 100644 --- a/src/gui/glcdsetup.cpp +++ b/src/gui/glcdsetup.cpp @@ -525,12 +525,12 @@ void GLCD_Menu::GLCD_Theme_Position_Settings() OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true, this)); m.addItem(new CMenuOptionNumberChooser(LOCALE_GLCD_SIZE_BAR, &t.glcd_percent_bar, true, 0, 100, this)); + m.addItem(new CMenuOptionNumberChooser(LOCALE_GLCD_BAR_WIDTH, + &t.glcd_bar_width, true, 0, 500, this)); m.addItem(new CMenuOptionNumberChooser(LOCALE_GLCD_BAR_X_POSITION, &t.glcd_bar_x_position, true, 0, 500, this)); m.addItem(new CMenuOptionNumberChooser(LOCALE_GLCD_BAR_Y_POSITION, &t.glcd_bar_y_position, true, 0, 500, this)); - m.addItem(new CMenuOptionNumberChooser(LOCALE_GLCD_BAR_WIDTH, - &t.glcd_bar_width, true, 0, 500, this)); m.addItem(GenericMenuSeparatorLine);