mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
Clang: stick with integers
This commit is contained in:
parent
8f867f72bc
commit
cea9f0fb33
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ CheckerWidget::init( const QList< PrepareEntry >& checkEntries )
|
|||
if ( !theImage.isNull() )
|
||||
{
|
||||
FixedAspectRatioLabel* imageLabel = new FixedAspectRatioLabel;
|
||||
imageLabel->setContentsMargins( 4, CalamaresUtils::defaultFontHeight()*0.75, 4, 4 );
|
||||
imageLabel->setContentsMargins( 4, CalamaresUtils::defaultFontHeight() * 3 / 4, 4, 4 );
|
||||
m_mainLayout->addWidget( imageLabel );
|
||||
imageLabel->setAlignment( Qt::AlignCenter );
|
||||
imageLabel->setSizePolicy( QSizePolicy::Expanding, QSizePolicy::Expanding );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue