From d2e42048b2b0690616299b973655708dbb42f83a Mon Sep 17 00:00:00 2001 From: Vikramb987 <47336882+Vikramb987@users.noreply.github.com> Date: Mon, 11 Mar 2019 12:40:08 -0600 Subject: [PATCH] Update TaipanShopGUI.java aesthetic changes boi --- src/TaipanShopGUI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TaipanShopGUI.java b/src/TaipanShopGUI.java index 00a5856..278d555 100644 --- a/src/TaipanShopGUI.java +++ b/src/TaipanShopGUI.java @@ -704,7 +704,7 @@ public class TaipanShopGUI { warehouseText.setAlignment(Pos.CENTER); warehouseText.setPrefHeight(108.0); warehouseText.setPrefWidth(100.0); - warehouseText.setText("Warehouse\n\tOpium\n\tSilk\n\tArms\n\tGeneral"); + warehouseText.setText(" Warehouse\n\tOpium\n\tSilk\n\tArms\n\tGeneral"); warehouseText.setFont(size14); wItemsText.setAlignment(Pos.CENTER);