From ac81b207d760a672966da8abaa2ad7531a4f3e54 Mon Sep 17 00:00:00 2001 From: Vera Aguilera Puerto Date: Thu, 30 Sep 2021 13:24:45 +0200 Subject: [PATCH] Fix PDA uplink UI. Just a quick fix for the playtest. --- Content.Client/PDA/PDABoundUserInterface.cs | 1 - Resources/Changelog/Parts/uplink.yml | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 Resources/Changelog/Parts/uplink.yml diff --git a/Content.Client/PDA/PDABoundUserInterface.cs b/Content.Client/PDA/PDABoundUserInterface.cs index f8004e1562..b445d16358 100644 --- a/Content.Client/PDA/PDABoundUserInterface.cs +++ b/Content.Client/PDA/PDABoundUserInterface.cs @@ -386,7 +386,6 @@ namespace Content.Client.PDA HorizontalExpand = true, VerticalExpand = true, SizeFlagsStretchRatio = 2, - MinSize = (100, 256) }; //Add the category list to the left side. The store items to center. diff --git a/Resources/Changelog/Parts/uplink.yml b/Resources/Changelog/Parts/uplink.yml new file mode 100644 index 0000000000..855f2f3391 --- /dev/null +++ b/Resources/Changelog/Parts/uplink.yml @@ -0,0 +1,4 @@ +author: Zumorica +changes: + - type: Fix + message: Fix uplink UI text going above limits.