Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Commit c689f68

Browse files
author
Eric Maupin
committed
[mac] Reduce label/editor spacing
1 parent fa75209 commit c689f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Xamarin.PropertyEditing.Mac/Controls/PropertyContainer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ protected INativeContainer NativeContainer
7575

7676
protected PropertyButton PropertyButton => this.propertyButton;
7777

78-
internal const float LabelToControlSpacing = 13f;
78+
internal const float LabelToControlSpacing = 8f;
7979
internal static float PropertyTotalWidth => PropertyButton.DefaultSize + ButtonToWallSpacing + EditorToButtonSpacing;
8080

8181
private const float EditorToButtonSpacing = 4f;

0 commit comments

Comments
 (0)