Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.PropertyEditing.Mac/Controls/ThicknessEditorControl.cs')
-rw-r--r--Xamarin.PropertyEditing.Mac/Controls/ThicknessEditorControl.cs12
1 files changed, 6 insertions, 6 deletions
diff --git a/Xamarin.PropertyEditing.Mac/Controls/ThicknessEditorControl.cs b/Xamarin.PropertyEditing.Mac/Controls/ThicknessEditorControl.cs
index dea4aa0..5c196b5 100644
--- a/Xamarin.PropertyEditing.Mac/Controls/ThicknessEditorControl.cs
+++ b/Xamarin.PropertyEditing.Mac/Controls/ThicknessEditorControl.cs
@@ -11,25 +11,25 @@ namespace Xamarin.PropertyEditing.Mac
{
public CommonThicknessEditorControl ()
{
- XLabel.Frame = new CGRect (28, 27, 50, 22);
+ XLabel.Frame = new CGRect (28, 23, 50, 22);
XLabel.Font = NSFont.FromFontName (DefaultFontName, DefaultDescriptionLabelFontSize);
XLabel.StringValue = "LEFT";
- XEditor.Frame = new CGRect (4, 46, 90, 20);
+ XEditor.Frame = new CGRect (-1, 46, 90, 20);
- YLabel.Frame = new CGRect (160, 27, 45, 22);
+ YLabel.Frame = new CGRect (160, 23, 45, 22);
YLabel.Font = NSFont.FromFontName (DefaultFontName, DefaultDescriptionLabelFontSize);
YLabel.StringValue = "TOP";
YEditor.Frame = new CGRect (132, 46, 90, 20);
- WidthLabel.Frame = new CGRect (24, -6, 50, 22);
+ WidthLabel.Frame = new CGRect (24, -10, 50, 22);
WidthLabel.Font = NSFont.FromFontName (DefaultFontName, DefaultDescriptionLabelFontSize);
WidthLabel.StringValue = "RIGHT";
- WidthEditor.Frame = new CGRect (4, 13, 90, 20);
+ WidthEditor.Frame = new CGRect (-1, 13, 90, 20);
- HeightLabel.Frame = new CGRect (150, -6, 50, 22);
+ HeightLabel.Frame = new CGRect (150, -10, 50, 22);
HeightLabel.Font = NSFont.FromFontName (DefaultFontName, DefaultDescriptionLabelFontSize);
HeightLabel.StringValue = "BOTTOM";