diff --git a/AppKit/CPBrowser.j b/AppKit/CPBrowser.j index c34976418..2774d8242 100644 --- a/AppKit/CPBrowser.j +++ b/AppKit/CPBrowser.j @@ -97,6 +97,7 @@ _prototypeView = [[CPTextField alloc] initWithFrame:CGRectMakeZero()]; [_prototypeView setVerticalAlignment:CPCenterVerticalTextAlignment]; [_prototypeView setValue:[CPColor whiteColor] forThemeAttribute:"text-color" inState:CPThemeStateSelected]; + [_prototypeView setLineBreakMode:CPLineBreakByTruncatingTail]; _horizontalScrollView = [[CPScrollView alloc] initWithFrame:[self bounds]];