Skip to content

Commit abae441

Browse files
committedOct 3, 2015
Followup 95c377a
1 parent 95c377a commit abae441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgswelcomepage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ QgsWelcomePage::QgsWelcomePage( QWidget* parent )
4848

4949
recentProjctsContainer->layout()->addWidget( recentProjectsListView );
5050

51-
addTab( recentProjctsContainer, "Recent Projects" );
51+
layout->addWidget( recentProjctsContainer );
5252

5353
mVersionInformation = new QLabel;
5454
mainLayout->addWidget( mVersionInformation );

0 commit comments

Comments
 (0)
Please sign in to comment.