File tree Expand file tree Collapse file tree
compressoreffectsunit/qml Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ ColumnLayout {
3939
4040 RowLayout {
4141 Layout .fillWidth : true
42- Layout .minimumHeight : 180
43- Layout .preferredHeight : 180
42+ Layout .minimumHeight : 120
43+ Layout .preferredHeight : 120
4444 spacing: 8
4545
4646 Rectangle {
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ namespace EqualizerEffectsUnit::Internal {
4646 spectrumLine(createGeometryNode(equalizerSpectrumBinCount,
4747 QSGGeometry::DrawLineStrip)),
4848 responseLine(createGeometryNode(equalizerResponsePointCount,
49- QSGGeometry::DrawLineStrip, 2 . 0f )) {
49+ QSGGeometry::DrawLineStrip)) {
5050 appendChildNode (guides);
5151 appendChildNode (spectrumFill);
5252 appendChildNode (spectrumLine);
Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ ColumnLayout {
6767 id: graphFrame
6868
6969 Layout .fillWidth : true
70- Layout .minimumHeight : 150
71- Layout .preferredHeight : 150
70+ Layout .minimumHeight : 120
71+ Layout .preferredHeight : 120
7272 border .color : Theme .borderColor
7373 border .width : 1
7474 clip: true
You can’t perform that action at this time.
0 commit comments