Skip to content

Commit

Permalink
Show text as clipped when it does not fit cell
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoconti83 committed Feb 20, 2018
1 parent 8e3d713 commit fb1f95e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EasyTables/GenericTableDataSource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ public class GenericTableDataSource<Object: Equatable>: NSObject, NSTableViewDel
field.isBezeled = false
field.isBordered = false
field.drawsBackground = false
field.usesSingleLineMode = true
return field
}()
if let attributed = value as? NSAttributedString {
Expand Down

0 comments on commit fb1f95e

Please sign in to comment.