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 3e97f53 commit 3c3b4ae
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 topPanelHeight = topRowBorderHeight * .725f;
Expand Down

0 comments on commit 3c3b4ae

Please sign in to comment.