Skip to content

Commit

Permalink
Improve info in changes heading
Browse files Browse the repository at this point in the history
  • Loading branch information
boatbomber committed Feb 29, 2024
1 parent 2b775ff commit fbb32e7
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions plugin/src/App/StatusPages/Connected.lua
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ function ChangesViewer:render()

Info = e("Frame", {
BackgroundTransparency = 1,
Size = UDim2.new(0.5, 0, 0, 16),
Position = UDim2.new(0.5, 0, 0.5, 0),
AnchorPoint = Vector2.new(0.5, 0.5),
Size = UDim2.new(1, -90, 0, 16),
Position = UDim2.new(1, -45, 0.5, 0),
AnchorPoint = Vector2.new(1, 0.5),
}, {
Layout = e("UIListLayout", {
FillDirection = Enum.FillDirection.Horizontal,
HorizontalAlignment = Enum.HorizontalAlignment.Center,
HorizontalAlignment = Enum.HorizontalAlignment.Right,
VerticalAlignment = Enum.VerticalAlignment.Center,
SortOrder = Enum.SortOrder.LayoutOrder,
Padding = UDim.new(0, 5),
Expand All @@ -147,10 +147,8 @@ function ChangesViewer:render()
}),
Warnings = if unapplied > 0
then Roact.createFragment({
Dot = e("ImageLabel", {
Spacer = e("Frame", {
BackgroundTransparency = 1,
Image = Assets.Images.Circles[16],
ImageColor3 = theme.SubTextColor,
Size = UDim2.new(0, 4, 0, 4),
LayoutOrder = 3,
}),
Expand Down

0 comments on commit fbb32e7

Please sign in to comment.