Skip to content

Commit

Permalink
fixup! Adjust top row border and panel sizing to spec
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseDiazRohena committed Apr 17, 2024
1 parent 60679ef commit b5225d9
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 @@ -56,7 +56,7 @@ void CenterPanel::resized()
borderLineThickness = topRowBorder.getHeight() * .01f;
borderCornerSize = topRowBorder.getHeight() * .060f;

const auto topPanelHeight = topRowBorderHeight * .725f;
const auto topPanelHeight = topRowBorderHeight * .75f;
const auto topPanelY = topRowBorder.getCentreY() - topPanelHeight / 2;
topRow.setBounds (topRowBorder.reduced (juce::roundToInt (margin), 0)
.withY (topPanelY)
Expand Down

0 comments on commit b5225d9

Please sign in to comment.