Skip to content

Commit

Permalink
Better padding
Browse files Browse the repository at this point in the history
  • Loading branch information
boatbomber committed Feb 29, 2024
1 parent ffbed99 commit 161f5bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/src/App/StatusPages/Connected.lua
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,15 @@ function ChangesViewer:render()
Info = e("Frame", {
BackgroundTransparency = 1,
Size = UDim2.new(1, -90, 0, 16),
Position = UDim2.new(1, -45, 0.5, 0),
Position = UDim2.new(1, -48, 0.5, 0),
AnchorPoint = Vector2.new(1, 0.5),
}, {
Layout = e("UIListLayout", {
FillDirection = Enum.FillDirection.Horizontal,
HorizontalAlignment = Enum.HorizontalAlignment.Right,
VerticalAlignment = Enum.VerticalAlignment.Center,
SortOrder = Enum.SortOrder.LayoutOrder,
Padding = UDim.new(0, 5),
Padding = UDim.new(0, 4),
}),
AppliedIcon = e("ImageLabel", {
BackgroundTransparency = 1,
Expand Down

0 comments on commit 161f5bd

Please sign in to comment.