aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableTextFieldCell.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPTableTextFieldCell.m')
-rw-r--r--Source/SPTableTextFieldCell.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTableTextFieldCell.m b/Source/SPTableTextFieldCell.m
index 799cb4c0..ea70b01e 100644
--- a/Source/SPTableTextFieldCell.m
+++ b/Source/SPTableTextFieldCell.m
@@ -61,7 +61,7 @@
NSSize cellSize = [super cellSize];
cellSize.width = [[self attributedStringValue] size].width + (([self image] != nil) ? [[self image] size].width : 0) + 25;
- cellSize.height = [[self attributedStringValue] size].height + 14.0;
+ cellSize.height = [[self attributedStringValue] size].height + 14.0f;
return cellSize;
}