2643,8 → 2643,8 |
} |
QString widthTxt = value2String(doc->m_Selection->width(), doc->unitIndex(), true, true); |
QString heightTxt = value2String(doc->m_Selection->height(), doc->unitIndex(), true, true); |
QString txtBody = tr("selected, Size"); |
setStatusBarInfoText( QString("%1 %2 = %3 x %4").arg(whatSel).arg(txtBody).arg(widthTxt).arg(heightTxt)); |
QString txtBody = tr("%1 Selected").arg(whatSel) + " " + tr("Size"); |
setStatusBarInfoText( QString("%1 = %3 x %4").arg(txtBody).arg(widthTxt).arg(heightTxt)); |
} |
else |
{ |