From 85b2043ebf35d59501834f8d26b59e91ea86a218 Mon Sep 17 00:00:00 2001 From: Vikramb987 <47336882+Vikramb987@users.noreply.github.com> Date: Mon, 25 Mar 2019 12:14:34 -0600 Subject: [PATCH] Update TaipanShopGUI.java fixed some formatting --- src/TaipanShopGUI.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/TaipanShopGUI.java b/src/TaipanShopGUI.java index 74017f5..5dedce7 100644 --- a/src/TaipanShopGUI.java +++ b/src/TaipanShopGUI.java @@ -690,11 +690,13 @@ public class TaipanShopGUI extends Player{ locationText.setFont(size14); inventoryText.setAlignment(Pos.CENTER); + inventoryText.setPrefWidth(100.0); + inventoryText.setPrefHeight(108.0); inventoryText.setFont(size14); inventoryHeldText.setAlignment(Pos.CENTER); inventoryHeldText.setPrefHeight(108.0); - inventoryHeldText.setPrefWidth(100.0); + inventoryHeldText.setPrefWidth(90.0); inventoryHeldText.setFont(size14); gunsText.setPrefHeight(108.0);