mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
Warning fix: implicit cast.
This commit is contained in:
parent
90c06bd733
commit
30ff216dea
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ ChoicePage::doAlongsideSetupSplitter( const QModelIndex& current,
|
|||
|
||||
m_afterPartitionSplitterWidget->setSplitPartition(
|
||||
part->partitionPath(),
|
||||
part->used() * 1.1,
|
||||
qRound64( part->used() * 1.1 ),
|
||||
part->capacity() - requiredStorageB,
|
||||
part->capacity() / 2,
|
||||
Calamares::Branding::instance()->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue