Skip to content

Commit

Permalink
fixup! reduce marginbetween top and bottom panels
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseDiazRohena committed Apr 14, 2024
1 parent 6d70e4c commit bac90eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/panels/ValentineCenterPanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ void CenterPanel::resized()

topRow.setBounds (topRowBorder.reduced (juce::roundToInt (margin)));

localBounds.removeFromTop (juce::roundToInt (margin * 1.5));
localBounds.removeFromTop (margin);

bottomRowBorder = localBounds;

Expand Down

0 comments on commit bac90eb

Please sign in to comment.