diff --git a/src/app/Browser.cpp b/src/app/Browser.cpp index 62750f86..58695f91 100644 --- a/src/app/Browser.cpp +++ b/src/app/Browser.cpp @@ -905,7 +905,7 @@ inline void BrandButton::step() { text += ": "; text += browser->brand; } - text = string::ellipsize(text, 21); + text = string::ellipsize(text, 20); ChoiceButton::step(); }