Skip to content
This repository was archived by the owner on Jul 2, 2022. It is now read-only.

Commit a6dcecd

Browse files
committed
Repo summary icons and labels should be horizontally aligned
Fixes #523
1 parent 0f26690 commit a6dcecd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CodeHub.iOS/DialogElements/SplitViewElement.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ public override void LayoutSubviews()
150150
{
151151
base.LayoutSubviews();
152152

153-
var offset = IsPad ? 24f : 18f;
154-
var rightOffset = IsPad ? 16f : 14f;
153+
var offset = IsPad ? 18f : 16f;
154+
var rightOffset = IsPad ? 16f : 18f;
155155

156156
var height = (this.Bounds.Height - 24f);
157157
_image.Frame = new CGRect(offset, 12, height, height);

0 commit comments

Comments
 (0)