diff options
Diffstat (limited to 'remote_plot.c')
-rw-r--r-- | remote_plot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remote_plot.c b/remote_plot.c index bd0c503..ae50612 100644 --- a/remote_plot.c +++ b/remote_plot.c @@ -627,6 +627,7 @@ static void activate (GtkApplication *app, gpointer user_data) data->to_entry = gtk_entry_new(); // TODO: gtk_entry_set_placeholder_text() //gtk_entry_set_placeholder_text(GTK_ENTRY(data->from_entry),"..."); + // unix time now is about 10 char gtk_entry_set_max_length(GTK_ENTRY(data->from_entry),10); gtk_entry_set_max_length(GTK_ENTRY(data->to_entry),10); gtk_box_append(GTK_BOX(from_box), data->from_entry); |