mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 18:05:36 -04:00
New Partitioning icons, still being fixed up.
This commit is contained in:
parent
b095982830
commit
ffc65fa07e
3 changed files with 7 additions and 7 deletions
|
@ -85,21 +85,21 @@ ChoicePage::init( PartitionCoreModule* core, const OsproberEntryList& osproberEn
|
|||
|
||||
PrettyRadioButton* alongsideButton = new PrettyRadioButton;
|
||||
alongsideButton->setIconSize( iconSize );
|
||||
alongsideButton->setIcon( CalamaresUtils::defaultPixmap( CalamaresUtils::Information,
|
||||
alongsideButton->setIcon( CalamaresUtils::defaultPixmap( CalamaresUtils::PartitionAlongside,
|
||||
CalamaresUtils::Original,
|
||||
iconSize ) );
|
||||
grp->addButton( alongsideButton->buttonWidget() );
|
||||
|
||||
PrettyRadioButton* eraseButton = new PrettyRadioButton;
|
||||
eraseButton->setIconSize( iconSize );
|
||||
eraseButton->setIcon( CalamaresUtils::defaultPixmap( CalamaresUtils::Magic,
|
||||
eraseButton->setIcon( CalamaresUtils::defaultPixmap( CalamaresUtils::PartitionEraseAuto,
|
||||
CalamaresUtils::Original,
|
||||
iconSize ) );
|
||||
grp->addButton( eraseButton->buttonWidget() );
|
||||
|
||||
PrettyRadioButton* replaceButton = new PrettyRadioButton;
|
||||
replaceButton->setIconSize( iconSize );
|
||||
replaceButton->setIcon( CalamaresUtils::defaultPixmap( CalamaresUtils::Replace,
|
||||
replaceButton->setIcon( CalamaresUtils::defaultPixmap( CalamaresUtils::PartitionReplaceOs,
|
||||
CalamaresUtils::Original,
|
||||
iconSize ) );
|
||||
grp->addButton( replaceButton->buttonWidget() );
|
||||
|
@ -265,7 +265,7 @@ ChoicePage::init( PartitionCoreModule* core, const OsproberEntryList& osproberEn
|
|||
string( Calamares::Branding::ShortVersionedName ) ) );
|
||||
)
|
||||
somethingElseButton->setIconSize( iconSize );
|
||||
somethingElseButton->setIcon( CalamaresUtils::defaultPixmap( CalamaresUtils::Partitions,
|
||||
somethingElseButton->setIcon( CalamaresUtils::defaultPixmap( CalamaresUtils::PartitionManual,
|
||||
CalamaresUtils::Original,
|
||||
iconSize ) );
|
||||
m_itemsLayout->addWidget( somethingElseButton );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue