mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
Allow links in Greeting page.
This commit is contained in:
parent
c2d6237d31
commit
8f250311e8
1 changed files with 1 additions and 0 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue