From 8b11adb883e804f49066ff7f53b04a27b70acdee Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Thu, 8 Jan 2015 15:34:42 +0100 Subject: [PATCH] Enlarge the About dialog. #2476 --- lib/Slic3r/GUI/AboutDialog.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Slic3r/GUI/AboutDialog.pm b/lib/Slic3r/GUI/AboutDialog.pm index 3f946bb4c7..b64bbea408 100644 --- a/lib/Slic3r/GUI/AboutDialog.pm +++ b/lib/Slic3r/GUI/AboutDialog.pm @@ -12,7 +12,7 @@ use base 'Wx::Dialog'; sub new { my $class = shift; my ($parent) = @_; - my $self = $class->SUPER::new($parent, -1, 'About Slic3r', wxDefaultPosition, [600, 270]); + my $self = $class->SUPER::new($parent, -1, 'About Slic3r', wxDefaultPosition, [600, 300]); $self->SetBackgroundColour(Wx::wxWHITE); my $hsizer = Wx::BoxSizer->new(wxHORIZONTAL); @@ -47,7 +47,7 @@ sub new { '' . '' . '' . - 'Copyright © 2011-2014 Alessandro Ranellucci.
' . + 'Copyright © 2011-2015 Alessandro Ranellucci.
' . 'Slic3r is licensed under the ' . 'GNU Affero General Public License, version 3.' . '


' .