mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
Try slightly smaller action icons.
This commit is contained in:
parent
30c38c4f4d
commit
7f235525f2
1 changed files with 2 additions and 2 deletions
|
@ -186,8 +186,8 @@ ChoicePage::setupChoices()
|
||||||
// 3) Manual
|
// 3) Manual
|
||||||
// TBD: upgrade option?
|
// TBD: upgrade option?
|
||||||
|
|
||||||
QSize iconSize( CalamaresUtils::defaultIconSize().width() * 2.5,
|
QSize iconSize( CalamaresUtils::defaultIconSize().width() * 2,
|
||||||
CalamaresUtils::defaultIconSize().height() * 2.5 );
|
CalamaresUtils::defaultIconSize().height() * 2 );
|
||||||
m_grp = new QButtonGroup( this );
|
m_grp = new QButtonGroup( this );
|
||||||
|
|
||||||
m_alongsideButton = new PrettyRadioButton;
|
m_alongsideButton = new PrettyRadioButton;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue