From 9bd3af4e0c71484923513917cee94e9a2888a3f6 Mon Sep 17 00:00:00 2001 From: Jose Diaz Date: Wed, 17 Apr 2024 20:08:10 +0200 Subject: [PATCH] group some things for readability --- src/gui/panels/ValentineCenterPanel.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gui/panels/ValentineCenterPanel.cpp b/src/gui/panels/ValentineCenterPanel.cpp index 392f8f03..a16331d8 100644 --- a/src/gui/panels/ValentineCenterPanel.cpp +++ b/src/gui/panels/ValentineCenterPanel.cpp @@ -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)));