Show the row offset control in the raw buffer viewer too

This commit is contained in:
baldurk
2017-05-10 18:10:23 +01:00
parent 3bd6adddc8
commit f277e06ba0
-3
View File
@@ -1069,11 +1069,8 @@ void BufferViewer::SetupRawView()
// hide buttons we don't want in the toolbar
ui->syncViews->setVisible(false);
ui->offsetLine->setVisible(false);
ui->instanceLabel->setVisible(false);
ui->instance->setVisible(false);
ui->rowOffsetLabel->setVisible(false);
ui->rowOffset->setVisible(false);
ui->vsinData->setWindowTitle(tr("Buffer Contents"));
ui->dockarea->addToolWindow(ui->vsinData, ToolWindowManager::EmptySpace);