Use <strong> instead of <b> in all instances.

This commit is contained in:
Teo Mrnjavac 2015-04-10 13:31:49 +02:00
parent e2c133f329
commit fefa736501
6 changed files with 22 additions and 22 deletions

View file

@ -184,7 +184,7 @@ PartitionViewStep::createSummaryWidget() const
QList< PartitionCoreModule::SummaryInfo > list = m_core->createSummaryInfo();
for ( const auto& info : list )
{
QLabel* diskInfoLabel = new QLabel( tr( "Disk <b>%1</b> (%2)" )
QLabel* diskInfoLabel = new QLabel( tr( "Disk <strong>%1</strong> (%2)" )
.arg( info.deviceNode )
.arg( info.deviceName ) );
formLayout->addRow( diskInfoLabel );