Skip to content

Commit 9769c53

Browse files
committed
Reduce CAR editor width
1 parent 2203c1c commit 9769c53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Plugins/CommonAvgRef/CommonAvgRefEditor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
CommonAverageRefEditor::CommonAverageRefEditor (GenericProcessor* parentProcessor)
2727
: GenericEditor (parentProcessor)
2828
{
29-
desiredWidth = 190;
29+
desiredWidth = 170;
3030

3131
addMaskChannelsParameterEditor (Parameter::STREAM_SCOPE, "affected", 10, 35);
3232
addMaskChannelsParameterEditor (Parameter::STREAM_SCOPE, "reference", 10, 65);

0 commit comments

Comments
 (0)