Make sure the generated texture is 120px wide.
diff --git a/src/com/android/launcher2/Utilities.java b/src/com/android/launcher2/Utilities.java
index 93ff97a..fbe489e 100644
--- a/src/com/android/launcher2/Utilities.java
+++ b/src/com/android/launcher2/Utilities.java
@@ -260,7 +260,7 @@
RectF bubbleRect = mBubbleRect;
bubbleRect.left = 0;
bubbleRect.top = 0;
- bubbleRect.right = (int)(bubbleWidth+0.5f);
+ bubbleRect.right = (int) cellWidth;
mTextWidth = bubbleWidth - mBubblePadding - mBubblePadding;