Skip to content

Commit

Permalink
group some things for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseDiazRohena committed Apr 17, 2024
1 parent 854dfef commit 9bd3af4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gui/panels/ValentineCenterPanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ void CenterPanel::resized()
const auto topPanelY = topRowArea.getCentreY() - topPanelHeight / 2;

topRowBorder = topRowArea.withY (topPanelY).withHeight (topPanelHeight);

borderLineThickness = topRowBorder.getHeight() * .005f;

borderCornerSize = topRowBorder.getHeight() * .060f;

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

0 comments on commit 9bd3af4

Please sign in to comment.