Skip to content

Commit

Permalink
restore the main VU meter to its previously accidentally altered size.
Browse files Browse the repository at this point in the history
  • Loading branch information
FulopNandor committed May 14, 2024
1 parent cd78ebb commit 33226e1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Source/GlobalEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -401,8 +401,7 @@ GlobalEditor::GlobalEditor ()
addAndMakeVisible (m_vuMeterMain.get());
m_vuMeterMain->setName ("id_vuMeterMain");

m_vuMeterMain->setBounds (6, 103, 150, 24);

m_vuMeterMain->setBounds(6, 103, 140, 8);

//[UserPreSize]
//[/UserPreSize]
Expand Down Expand Up @@ -912,7 +911,7 @@ BEGIN_JUCER_METADATA
int="0.0" style="RotaryVerticalDrag" textBoxPos="NoTextBox" textBoxEditable="0"
textBoxWidth="80" textBoxHeight="20" skewFactor="1.0" needsCallback="1"/>
<GENERICCOMPONENT name="id_vuMeterMain" id="c18ba85c0a5c7198" memberName="m_vuMeterMain"
virtualName="" explicitFocusOrder="0" pos="6 103 150 24"
virtualName="" explicitFocusOrder="0" pos="6 103 140 8"
class="vuMeterMain" params=""/>
</JUCER_COMPONENT>

Expand Down

0 comments on commit 33226e1

Please sign in to comment.