From 3c3b4aea508b22f3bdc95780c5d5089f77b65133 Mon Sep 17 00:00:00 2001 From: Jose Diaz Date: Wed, 17 Apr 2024 20:36:37 +0200 Subject: [PATCH] Adjust panel border thickness to spec --- src/gui/panels/ValentineCenterPanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/panels/ValentineCenterPanel.cpp b/src/gui/panels/ValentineCenterPanel.cpp index 2a0aaf8a..a9be28ea 100644 --- a/src/gui/panels/ValentineCenterPanel.cpp +++ b/src/gui/panels/ValentineCenterPanel.cpp @@ -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;