Allow links in Greeting page.

This commit is contained in:
Teo Mrnjavac 2014-10-16 21:02:01 +02:00
parent c2d6237d31
commit 8f250311e8

View File

@ -39,6 +39,7 @@ GreetingPage::GreetingPage( QWidget* parent )
string( Calamares::Branding::ProductName ) ), this );
text->setAlignment( Qt::AlignCenter );
text->setWordWrap( true );
text->setOpenExternalLinks( true );
mainLayout->addStretch();
mainLayout->addWidget( text );