Skip to content

Commit

Permalink
Updated charityPage.fxml
Browse files Browse the repository at this point in the history
Added fx:id to arc and label for key values.
  • Loading branch information
roaraf committed Apr 18, 2026
1 parent 6410ed8 commit bed9fe4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions helpmehelpapplication/src/main/resources/fxml/charityPage.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -294,11 +294,11 @@
<children>
<Circle centerX="50.0" centerY="50.0" fill="TRANSPARENT" radius="38.0" stroke="#F1DADA" strokeWidth="8.0" />

<Arc centerX="50.0" centerY="50.0" fill="TRANSPARENT" length="-350.64" radiusX="38.0" radiusY="38.0" startAngle="90.0" stroke="#D83A32" strokeLineCap="BUTT" strokeWidth="8.0" type="OPEN" />
<Arc fx:id="keyValueInnsamlingArc" centerX="50.0" centerY="50.0" fill="TRANSPARENT" length="-350.64" radiusX="38.0" radiusY="38.0" startAngle="90.0" stroke="#D83A32" strokeLineCap="BUTT" strokeWidth="8.0" type="OPEN" />
</children>
</Pane>

<Label text="97,4%" StackPane.alignment="CENTER">
<Label fx:id="keyValueInnsamlingLabel" text="0,0%" StackPane.alignment="CENTER">
<font>
<Font name="System Bold" size="16.0" />
</font>
Expand All @@ -324,11 +324,11 @@
<children>
<Circle centerX="50.0" centerY="50.0" fill="TRANSPARENT" radius="38.0" stroke="#F1DADA" strokeWidth="8.0" />

<Arc centerX="50.0" centerY="50.0" fill="TRANSPARENT" length="-11.52" radiusX="38.0" radiusY="38.0" startAngle="90.0" stroke="#D83A32" strokeLineCap="BUTT" strokeWidth="8.0" type="OPEN" />
<Arc fx:id="keyValueAdminArc" centerX="50.0" centerY="50.0" fill="TRANSPARENT" length="-11.52" radiusX="38.0" radiusY="38.0" startAngle="90.0" stroke="#D83A32" strokeLineCap="BUTT" strokeWidth="8.0" type="OPEN" />
</children>
</Pane>

<Label text="3,2%" StackPane.alignment="CENTER">
<Label fx:id="keyValueAdminLabel" text="0,0%" StackPane.alignment="CENTER">
<font>
<Font name="System Bold" size="16.0" />
</font>
Expand All @@ -354,11 +354,11 @@
<children>
<Circle centerX="50.0" centerY="50.0" fill="TRANSPARENT" radius="38.0" stroke="#F1DADA" strokeWidth="8.0" />

<Arc centerX="50.0" centerY="50.0" fill="TRANSPARENT" length="-335.88" radiusX="38.0" radiusY="38.0" startAngle="90.0" stroke="#D83A32" strokeLineCap="BUTT" strokeWidth="8.0" type="OPEN" />
<Arc fx:id="keyValueFormaalArc" centerX="50.0" centerY="50.0" fill="TRANSPARENT" length="-335.88" radiusX="38.0" radiusY="38.0" startAngle="90.0" stroke="#D83A32" strokeLineCap="BUTT" strokeWidth="8.0" type="OPEN" />
</children>
</Pane>

<Label text="93,3%" StackPane.alignment="CENTER">
<Label fx:id="keyValueFormaalLabel" text="0" StackPane.alignment="CENTER">
<font>
<Font name="System Bold" size="16.0" />
</font>
Expand Down

0 comments on commit bed9fe4

Please sign in to comment.