Fix PDA uplink UI.

Just a quick fix for the playtest.
This commit is contained in:
Vera Aguilera Puerto
2021-09-30 13:24:45 +02:00
parent d3751ee706
commit ac81b207d7
2 changed files with 4 additions and 1 deletions

View File

@@ -386,7 +386,6 @@ namespace Content.Client.PDA
HorizontalExpand = true, HorizontalExpand = true,
VerticalExpand = true, VerticalExpand = true,
SizeFlagsStretchRatio = 2, SizeFlagsStretchRatio = 2,
MinSize = (100, 256)
}; };
//Add the category list to the left side. The store items to center. //Add the category list to the left side. The store items to center.

View File

@@ -0,0 +1,4 @@
author: Zumorica
changes:
- type: Fix
message: Fix uplink UI text going above limits.