summaryrefslogtreecommitdiff
path: root/plugins/gtkui/trkproperties.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gtkui/trkproperties.c')
-rw-r--r--plugins/gtkui/trkproperties.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtkui/trkproperties.c b/plugins/gtkui/trkproperties.c
index 3a6cf301..8ab5981f 100644
--- a/plugins/gtkui/trkproperties.c
+++ b/plugins/gtkui/trkproperties.c
@@ -46,7 +46,7 @@
// this is the workaround
// the fields are limited to be no more than 1000 bytes
// if they are larger - they will be treated as "multiple values".
-#define MAX_GUI_FIELD_LEN 1000
+#define MAX_GUI_FIELD_LEN 5000
static GtkWidget *trackproperties;
static GtkCellRenderer *rend_text2;