Skip to content
Permalink
Browse files
Adjust space for "Recent Projects" and "News"
40% for Projects and 60% for News
  • Loading branch information
tomtor committed Jan 20, 2021
1 parent e007dcc commit 9e05efa
Showing 1 changed file with 2 additions and 0 deletions.
@@ -145,6 +145,8 @@ QgsWelcomePage::QgsWelcomePage( bool skipVersionCheck, QWidget *parent )

rightContainer->setLayout( rightLayout );
mSplitter->addWidget( rightContainer );
mSplitter->setStretchFactor( 0, 4 );
mSplitter->setStretchFactor( 1, 6 );

mVersionInformation = new QTextBrowser;
mVersionInformation->setSizePolicy( QSizePolicy::Expanding, QSizePolicy::Maximum );

0 comments on commit 9e05efa

Please sign in to comment.