This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Truncate browser's BrandButton more.
tags/v2.0.4
Andrew Belt
2 years ago
parent
704590eb6e
commit
f218f48098
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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, 2
1
);
text = string::ellipsize(text, 2
0
);
ChoiceButton::step();
}
Write
Preview
Loading…
Cancel
Save