mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-26 18:03:33 -04:00
Detachable windows (#3532)
Allows detaching a window from LMMS's main window, making things like working on multiple screens easier. The behavior of detached windows can be customized in the Settings. Closes #1259 --------- Signed-off-by: Dalton Messmer <messmer.dalton@gmail.com> Co-authored-by: Hyunjin Song <tteu.ingog@gmail.com> Co-authored-by: Dalton Messmer <messmer.dalton@gmail.com> Co-authored-by: SpomJ <mihail_a_m@mail.ru>
This commit is contained in:
@@ -95,6 +95,8 @@ PeakControllerEffectControlDialog::PeakControllerEffectControlDialog(
|
||||
mainLayout->addLayout( knobLayout );
|
||||
mainLayout->addLayout( ledLayout );
|
||||
|
||||
mainLayout->setSizeConstraint(QLayout::SetFixedSize);
|
||||
|
||||
setLayout( mainLayout );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user