[Commits] [SCM] clawsker branch, master, updated. 1.0.1-34-gb2d28fc
mones at claws-mail.org
mones at claws-mail.org
Tue Mar 21 09:56:13 CET 2017
The branch, master has been updated
via b2d28fc113a6a8972b5d661c30b493b8c7aeffa3 (commit)
from 5673fc30aafe011127c42782762d9d25dd46700a (commit)
Summary of changes:
clawsker | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit b2d28fc113a6a8972b5d661c30b493b8c7aeffa3
Author: Andreas Rönnquist <gusnan at openmailbox.org>
Date: Mon Mar 20 20:11:55 2017 +0100
Tiny visual fix
diff --git a/clawsker b/clawsker
index dcf091f..0e10937 100755
--- a/clawsker
+++ b/clawsker
@@ -2758,7 +2758,7 @@ exit unless init_hidden_preferences ();
my $box = Gtk2::VBox->new (FALSE, 5);
$box->set_border_width(3);
my $about = new_about_dialog ();
-$box->pack_start (new_notebook (), FALSE, FALSE, 0);
+$box->pack_start (new_notebook (), TRUE, TRUE, 0);
$box->pack_end (new_button_box ($main_window, $about), FALSE, FALSE, 0);
$main_window->signal_connect (delete_event => sub { Gtk2->main_quit });
$main_window->set_title ($xl::s{win_title});
-----------------------------------------------------------------------
hooks/post-receive
--
Hidden preferences editor for Claws Mail
More information about the Commits
mailing list