From f0e218ec8c1dcb3721a93e6a425778cc1567be79 Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Thu, 27 Dec 2012 23:08:35 +0000 Subject: set label as heading --- modules/logviewer/logviewer.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/logviewer/logviewer.pl b/modules/logviewer/logviewer.pl index 9d8700d..7840afd 100755 --- a/modules/logviewer/logviewer.pl +++ b/modules/logviewer/logviewer.pl @@ -89,7 +89,7 @@ my $journalFreeInputField = 0; my $mainLayout = $factory->createVBox($my_win); my $align = $factory->createAlignment($mainLayout, 3, 0); -$factory->createLabel( $align, N("A tool to monitor your logs") ); +$factory->createLabel( $align, N("A tool to monitor your logs"), 1, 0); if (!$isFile) { my $vbox = $factory->createVBox($mainLayout); -- cgit v1.2.1