#802 Better default dock and toolbar layout.

Window managment toolbar moved.
Created a Draw Style toolbar
This commit is contained in:
Jacob Støren
2016-08-03 13:29:46 +02:00
parent 12e9768939
commit 3bcb7b9f1b
5 changed files with 38 additions and 24 deletions

View File

@@ -113,7 +113,7 @@ void RiuResultQwtPlot::deleteAllCurves()
//--------------------------------------------------------------------------------------------------
QSize RiuResultQwtPlot::sizeHint() const
{
return QSize(0, 0);
return QSize(100, 100);
}
//--------------------------------------------------------------------------------------------------