add some minimum sizies for some windows (#3333)

This commit is contained in:
Steffen Baranowsky
2017-02-13 23:32:09 +01:00
committed by GitHub
parent 901fea51d0
commit 831a0655d5
3 changed files with 13 additions and 0 deletions

View File

@@ -10,6 +10,12 @@
<height>357</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>558</width>
<height>357</height>
</size>
</property>
<property name="windowTitle">
<string>About LMMS</string>
</property>

View File

@@ -10,6 +10,12 @@
<height>412</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>519</width>
<height>412</height>
</size>
</property>
<property name="windowTitle">
<string>Export project</string>
</property>

View File

@@ -89,6 +89,7 @@ ControllerRackView::ControllerRackView( ) :
subWin->move( 680, 310 );
subWin->resize( 350, 200 );
subWin->setFixedWidth( 350 );
subWin->setMinimumHeight( 200 );
}