This commit is contained in:
Hiro Protagonist 2017-03-24 21:28:50 +13:00
parent 1db52cace2
commit 5d163f9f64

View file

@ -99,7 +99,7 @@ void MainWindow::fit() {
setMinimumSize( 0, 0 );
setMaximumSize( 5000, 500 );
adjustSize();
setFixedSize( this->size() );
//setFixedSize( this->size() );
}
void MainWindow::updateCameraList( unsigned int num_cameras ) {