repositories
/
SugarCubes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f8be61
)
Fix truncated UI text
author
Mark Slee
<mcslee@Mark-Slees-MacBook-Pro.local>
Sun, 26 May 2013 21:10:54 +0000
(14:10 -0700)
committer
Mark Slee
<mcslee@Mark-Slees-MacBook-Pro.local>
Sun, 26 May 2013 21:10:54 +0000
(14:10 -0700)
_Overlay.pde
patch
|
blob
|
blame
|
history
diff --git
a/_Overlay.pde
b/_Overlay.pde
index e21c9cdff0f5f4bd222ace65c4d2b770e7680edd..dbf128b22eecdfa03a7dbbccea61a1b473f6eb6d 100644
(file)
--- a/
_Overlay.pde
+++ b/
_Overlay.pde
@@
-144,7
+144,7
@@
class OverlayUI {
fill(#999999);
textFont(itemFont);
textAlign(LEFT);
- text("Tap 'u' to hide UI
(~+3FPS)
", leftTextPos, height-6);
+ text("Tap 'u' to hide UI", leftTextPos, height-6);
}
public LXParameter getOrNull(List<LXParameter> items, int index) {