Skip to content

Commit

Permalink
Updated charityPage.fxml
Browse files Browse the repository at this point in the history
Added fx:id to charity logo for controller.
  • Loading branch information
roaraf committed Apr 18, 2026
1 parent daef70a commit 92aaac5
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,11 +219,7 @@
<StackPane prefHeight="210.0" prefWidth="420.0" style="-fx-background-color:#F5F5F5;" translateX="-70" GridPane.rowIndex="0">

<Rectangle arcHeight="25.0" arcWidth="25.0" fill="#F5F5F5" height="210.0" stroke="#8B8B8B" strokeType="INSIDE" translateY="100.0" width="420.0" />
<ImageView fitHeight="150.0" fitWidth="220.0" pickOnBounds="true" preserveRatio="true" translateY="100.0">
<image>
<Image url="@../images/leggTilBilde.jpg" />
</image>
</ImageView>
<ImageView fx:id="CharityLogo" fitHeight="150.0" fitWidth="220.0" pickOnBounds="true" preserveRatio="true" translateY="100.0"/>
<GridPane.margin>
<Insets top="20.0" />
</GridPane.margin>
Expand Down

0 comments on commit 92aaac5

Please sign in to comment.