Increased default plot width a bit, to better handle the long curve names

This commit is contained in:
Jacob Støren
2015-10-31 22:47:37 +01:00
parent 4e25673937
commit 27271c7988

View File

@@ -1246,7 +1246,7 @@ void RiuMainWindow::addViewer(QWidget* viewer, const std::vector<int>& windowsGe
RiuWellLogPlot* wellLogPlot = dynamic_cast<RiuWellLogPlot*>(subWin->widget());
if (wellLogPlot)
{
subWindowSize = QSize(200, m_mdiArea->height());
subWindowSize = QSize(275, m_mdiArea->height());
}
else
{