From: Michael Wiebusch Date: Thu, 21 Aug 2014 12:31:31 +0000 (+0200) Subject: fixes X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=50cd4e9f954caaef80722ac095e97f3a5561dc3b;p=coral.git fixes --- diff --git a/user_interface/gui.pl b/user_interface/gui.pl index bc03779..2913639 100755 --- a/user_interface/gui.pl +++ b/user_interface/gui.pl @@ -43,7 +43,8 @@ $hbox->pack_start($plot_button, FALSE, FALSE, 0); my $clear_button = Gtk2::Button->new('_Clear'); $hbox->pack_start($clear_button, FALSE, FALSE, 0); -my $windowLength_entry = Gtk2::Entry->new('100us'); +my $windowLength_entry = Gtk2::Entry->new; +$windowLength_entry->set_text('100us'); $hbox->pack_start($windowLength_entry, FALSE, FALSE, 0); my $setWindowLength_button = Gtk2::Button->new('_Set window length');