Changeset - 557e95e17a97
[Not reviewed]
barplot
0 1 0
Hasan Yavuz Ă–ZDERYA - 8 years ago 2017-10-26 09:25:35
hy@ozderya.net
show secondary plot at minimum size initially
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/mainwindow.cpp
Show inline comments
 
@@ -494,6 +494,8 @@ void MainWindow::showSecondary(QWidget* 
 

	
 
    secondaryPlot = wid;
 
    ui->splitter->addWidget(wid);
 
    ui->splitter->setStretchFactor(0, 1);
 
    ui->splitter->setStretchFactor(1, 0);
 
}
 

	
 
void MainWindow::hideSecondary()
0 comments (0 inline, 0 general)