ServiceMenu: trastejant cosetes

This commit is contained in:
2025-06-17 10:58:28 +02:00
parent 7e727cea7b
commit 09f938d15e
5 changed files with 359 additions and 191 deletions

View File

@@ -56,6 +56,7 @@ private:
static constexpr size_t OPTIONS_HORIZONTAL_PADDING_ = 20;
static constexpr size_t MIN_WIDTH_ = 220;
static constexpr size_t MIN_GAP_OPTION_VALUE_ = 20;
static constexpr float RESET_TEXT_POS_Y_ = 39.0f;
// --- Tipos internos ---
using OptionPairs = std::vector<std::pair<std::string, std::string>>;