mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-25 00:18:22 -04:00
[plasmalnf] Improve layout of theme widget
This commit is contained in:
parent
244919d6fe
commit
2db485bb33
1 changed files with 3 additions and 3 deletions
|
@ -32,9 +32,9 @@ ThemeWidget::ThemeWidget(const ThemeInfo& info, QWidget* parent)
|
|||
QHBoxLayout* layout = new QHBoxLayout( this );
|
||||
this->setLayout( layout );
|
||||
|
||||
layout->addWidget( m_check );
|
||||
layout->addWidget( new QLabel( "Image", this ) );
|
||||
layout->addWidget( new QLabel( info.description, this ) );
|
||||
layout->addWidget( m_check, 1 );
|
||||
layout->addWidget( new QLabel( "Image", this ), 1 );
|
||||
layout->addWidget( new QLabel( info.description, this ), 3 );
|
||||
|
||||
connect( m_check, &QRadioButton::clicked, this, &ThemeWidget::clicked );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue