Rename Mesh Output panel to Mesh Viewer, since it displays inputs too

This commit is contained in:
baldurk
2019-03-08 15:40:11 +00:00
parent 0a0fc11ee1
commit db89f50a30
8 changed files with 26 additions and 22 deletions
+1 -1
View File
@@ -1800,7 +1800,7 @@ void BufferViewer::SetupRawView()
void BufferViewer::SetupMeshView()
{
setWindowTitle(tr("Mesh Output"));
setWindowTitle(tr("Mesh Viewer"));
// hide buttons we don't want in the toolbar
ui->byteRangeLine->setVisible(false);