Skip to content

Commit

Permalink
refactor: changed spacing and stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
emilfa committed Mar 12, 2026
1 parent 1b27911 commit a50cab8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public BrowseCard(BrowseCardController browseCardController, String img, String
checkMarkContainer()
);

setSpacing(10);
setSpacing(20);
setFillWidth(true);
setAlignment(Pos.CENTER);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ private GridPane createOrganizationSection() {

int column = 0;
int row = 0;
for (int i = 0; i < 8; i++) {
for (int i = 0; i < 16; i++) {
BrowseCard card = new BrowseCard(orgController, "/browsepage/images/children_of_shambala.png", "Shambala Foundation");

card.setMaxWidth(Double.MAX_VALUE);
Expand Down

0 comments on commit a50cab8

Please sign in to comment.