mirror of
https://github.com/vale981/Taevitas
synced 2025-03-04 17:11:40 -05:00
fix fit
This commit is contained in:
parent
1db52cace2
commit
5d163f9f64
1 changed files with 1 additions and 1 deletions
|
@ -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 ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue