mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Enlarge the About dialog. #2476
This commit is contained in:
		
							parent
							
								
									fc47892474
								
							
						
					
					
						commit
						8b11adb883
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -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 {
 | 
			
		|||
        '<html>' .
 | 
			
		||||
        '<body bgcolor="#ffffff" link="#808080">' .
 | 
			
		||||
        '<font color="#808080">' .
 | 
			
		||||
        'Copyright © 2011-2014 Alessandro Ranellucci. <br />' .
 | 
			
		||||
        'Copyright © 2011-2015 Alessandro Ranellucci. <br />' .
 | 
			
		||||
        '<a href="http://slic3r.org/">Slic3r</a> is licensed under the ' .
 | 
			
		||||
        '<a href="http://www.gnu.org/licenses/agpl-3.0.html">GNU Affero General Public License, version 3</a>.' .
 | 
			
		||||
        '<br /><br /><br />' .
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue