mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 10:25:45 -05:00
use terminal icon for log toggle button
This commit is contained in:
parent
53d3fcb2fd
commit
923379def6
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ ExecutionViewStep::ExecutionViewStep( QObject* parent )
|
|||
bottomLayout->addWidget( m_label );
|
||||
|
||||
QToolBar* toolBar = new QToolBar;
|
||||
auto toggleLogAction = toolBar->addAction(QIcon::fromTheme("file-icon"), "Toggle log");
|
||||
auto toggleLogAction = toolBar->addAction(QIcon::fromTheme("utilities-terminal"), "Toggle log");
|
||||
auto toggleLogButton = dynamic_cast<QToolButton*>(toolBar->widgetForAction(toggleLogAction));
|
||||
connect( toggleLogButton, &QToolButton::clicked, this, &ExecutionViewStep::toggleLog );
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue