summaryrefslogtreecommitdiff
path: root/col.go
diff options
context:
space:
mode:
Diffstat (limited to 'col.go')
-rw-r--r--col.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/col.go b/col.go
index 5a8299e..72db4be 100644
--- a/col.go
+++ b/col.go
@@ -25,6 +25,7 @@ import (
// Define the default cell size and EMU unit of measurement.
const (
defaultColWidthPixels float64 = 64
+ defaultRowHeight float64 = 15
defaultRowHeightPixels float64 = 20
EMU int = 9525
)