Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAstra <93453568+Astrrra@users.noreply.github.com>2022-07-14 19:58:52 +0300
committerGitHub <noreply@github.com>2022-07-14 19:58:52 +0300
commit975ee0c0094dfc4d0b42fe2f5693c53c696d6965 (patch)
tree48e13e988a54df4ae3858e1530abbb34a2adb525
parent2caa5c3064b88d529a8c2e011c79f27799a9b1f2 (diff)
Change # to ! for the inverted text example (#1395)
The code already works with "!", but the comment was wrong. Co-authored-by: あく <alleteam@gmail.com>
-rw-r--r--applications/gui/elements.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/gui/elements.h b/applications/gui/elements.h
index 2b8b8d3f..2329ca27 100644
--- a/applications/gui/elements.h
+++ b/applications/gui/elements.h
@@ -204,7 +204,7 @@ void elements_string_fit_width(Canvas* canvas, string_t string, uint8_t width);
* @param[in] text Formatted text. The following formats are available:
* "\e#Bold text\e#" - bold font is used
* "\e*Monospaced text\e*" - monospaced font is used
- * "\e#Inversed text\e#" - white text on black background
+ * "\e!Inversed text\e!" - white text on black background
* @param strip_to_dots Strip text to ... if does not fit to width
*/
void elements_text_box(