Skip to content

Commit

Permalink
Adjust panel border thickness to spec
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseDiazRohena committed Apr 17, 2024
1 parent ede1e44 commit abb3a08
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 @@ -53,7 +53,7 @@ void CenterPanel::resized()
const auto topRowBorderY = topRowArea.getCentreY() - topRowBorderHeight / 2;

topRowBorder = topRowArea.withY (topRowBorderY).withHeight (topRowBorderHeight);
borderLineThickness = topRowBorder.getHeight() * .005f;
borderLineThickness = topRowBorder.getHeight() * .01f;
borderCornerSize = topRowBorder.getHeight() * .060f;

const auto getPanelBounds = [] (const juce::Rectangle<int> borderBounds,
Expand Down

0 comments on commit abb3a08

Please sign in to comment.