Skip to content

Commit

Permalink
Merge pull request #979 from Flyga-M/fix/compact-module-permissions
Browse files Browse the repository at this point in the history
fix: Cropped Module Permissions
  • Loading branch information
dlamkins authored Sep 12, 2024
2 parents e3e7b91 + 2ead131 commit 1180ed7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ protected override void BuildDetailView(Panel buildPanel) {
Size = buildPanel.ContentRegion.Size,
Visible = false,
FlowDirection = ControlFlowDirection.TopToBottom,
ControlPadding = new Vector2(14, 15),
ControlPadding = new Vector2(14, 1),
OuterControlPadding = new Vector2(15, 13),
Parent = buildPanel
};
Expand Down

0 comments on commit 1180ed7

Please sign in to comment.