diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2022-07-27 20:10:39 +0300 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2022-08-02 22:53:10 +0200 |
| commit | b768829c633dd8fa344b744382d7d75c71c4229f (patch) | |
| tree | e9f0e6c7e0623647979ffeb36031186f15bdaf77 /src/displayapp/screens/settings/SettingTimeFormat.h | |
| parent | 67e0cad5733c6d3201f1414b89c8faf568dcb2bd (diff) | |
More timeout options and improved checkbox alignment
Diffstat (limited to 'src/displayapp/screens/settings/SettingTimeFormat.h')
| -rw-r--r-- | src/displayapp/screens/settings/SettingTimeFormat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/settings/SettingTimeFormat.h b/src/displayapp/screens/settings/SettingTimeFormat.h index 818edf0c..01ca2c9b 100644 --- a/src/displayapp/screens/settings/SettingTimeFormat.h +++ b/src/displayapp/screens/settings/SettingTimeFormat.h @@ -20,7 +20,7 @@ namespace Pinetime { void UpdateSelected(lv_obj_t* object, lv_event_t event); private: - static constexpr std::array<const char*, 2> options = {" 12-hour", " 24-hour"}; + static constexpr std::array<const char*, 2> options = {"12-hour", "24-hour"}; Controllers::Settings& settingsController; lv_obj_t* cbOption[options.size()]; }; |
