Browse Source

Truncate browser's BrandButton more.

tags/v2.0.4
Andrew Belt 2 years ago
parent
commit
f218f48098
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/app/Browser.cpp

+ 1
- 1
src/app/Browser.cpp View File

@@ -905,7 +905,7 @@ inline void BrandButton::step() {
text += ": ";
text += browser->brand;
}
text = string::ellipsize(text, 21);
text = string::ellipsize(text, 20);
ChoiceButton::step();
}



Loading…
Cancel
Save