summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/table-simple.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/table-simple.cxx b/examples/table-simple.cxx
index cb770d57a..2f3d4be68 100644
--- a/examples/table-simple.cxx
+++ b/examples/table-simple.cxx
@@ -27,7 +27,7 @@
#include <FL/fl_draw.H>
#define MAX_ROWS 30
-#define MAX_COLS 30
+#define MAX_COLS 26 // A-Z
// Derive a class from Fl_Table
class MyTable : public Fl_Table {