vertical space between check boxes should be smaller since we now have three check boxes
This commit is contained in:
parent
f25a20444b
commit
c19b09c845
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
- support sorting faders by channel instrument, coded by Alberstein8 (#356)
|
||||
|
||||
- new group switch to change several faders like one, coded by Alberstein8 (#379)
|
||||
- new group switch to change several faders like one, coded by Alberstein8 (#202, #379)
|
||||
|
||||
- add server recording indicator, coded by pljones (#295)
|
||||
|
||||
|
@ -21,7 +21,6 @@
|
|||
|
||||
|
||||
TODO grouping does not work as expected:
|
||||
- vertical space between check boxes should be smaller
|
||||
- update help text
|
||||
|
||||
|
||||
|
|
|
@ -92,6 +92,7 @@ CChannelFader::CChannelFader ( QWidget* pNW )
|
|||
pLevelsGrid->setSpacing ( 0 ); // only minimal space
|
||||
|
||||
pMuteSoloGrid->setContentsMargins ( 0, 0, 0, 0 );
|
||||
pMuteSoloGrid->setSpacing ( 0 ); // only minimal space
|
||||
|
||||
pLabelGrid->setContentsMargins ( 0, 0, 0, 0 );
|
||||
pLabelGrid->setSpacing ( 2 ); // only minimal space between picture and text
|
||||
|
|
Loading…
Reference in a new issue