diff --git a/firmware/application/CMakeLists.txt b/firmware/application/CMakeLists.txt index fe6b2be87..4c50ccfee 100644 --- a/firmware/application/CMakeLists.txt +++ b/firmware/application/CMakeLists.txt @@ -44,7 +44,7 @@ if(cpp20_supported) else() set(USE_CPPOPT "-std=c++17") endif() -set(USE_CPPOPT "${USE_CPPOPT} -flto -fno-rtti -fno-exceptions -Weffc++ -Wuninitialized -Wno-volatile") +set(USE_CPPOPT "${USE_CPPOPT} -fno-rtti -fno-exceptions -Weffc++ -Wuninitialized -Wno-volatile") # Enable this if you want the linker to remove unused code and data set(USE_LINK_GC yes) diff --git a/firmware/application/apps/ui_text_editor.hpp b/firmware/application/apps/ui_text_editor.hpp index 0dbb512e6..296cc24fc 100644 --- a/firmware/application/apps/ui_text_editor.hpp +++ b/firmware/application/apps/ui_text_editor.hpp @@ -161,7 +161,7 @@ class TextEditorMenu : public View { {15 * 8, 1 * 8, 7 * 8, 7 * 8}, "Zoom", &bitmap_icon_search, - Color::dark_green()}; + Color::orange()}; NewButton button_delline{ {1 * 8, 8 * 8, 7 * 8, 7 * 8}, diff --git a/firmware/application/ui/ui_alphanum.hpp b/firmware/application/ui/ui_alphanum.hpp index 87802660a..051546b6f 100644 --- a/firmware/application/ui/ui_alphanum.hpp +++ b/firmware/application/ui/ui_alphanum.hpp @@ -76,11 +76,11 @@ class AlphanumView : public TextEntryView { "0"}; Button button_delete{ - {10 * 8 - 2, 33 * 8, 4 * 8 + 2, 32}, + {9 * 8, 33 * 8, 6 * 8, 32}, "