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/SizeEditorControl.cs')
-rw-r--r--Xamarin.PropertyEditing.Mac/Controls/SizeEditorControl.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Xamarin.PropertyEditing.Mac/Controls/SizeEditorControl.cs b/Xamarin.PropertyEditing.Mac/Controls/SizeEditorControl.cs
index 0152f05..56700f5 100644
--- a/Xamarin.PropertyEditing.Mac/Controls/SizeEditorControl.cs
+++ b/Xamarin.PropertyEditing.Mac/Controls/SizeEditorControl.cs
@@ -13,13 +13,13 @@ namespace Xamarin.PropertyEditing.Mac
{
public SizeEditorControl ()
{
- XLabel.Frame = new CGRect (24, -6, 50, 22);
+ XLabel.Frame = new CGRect (20, -10, 50, 22);
XLabel.Font = NSFont.FromFontName (DefaultFontName, DefaultDescriptionLabelFontSize); // TODO: Washed-out color following specs
XLabel.StringValue = "WIDTH"; // TODO Localise
- XEditor.Frame = new CGRect (4, 13, 90, 20);
+ XEditor.Frame = new CGRect (0, 13, 90, 20);
- YLabel.Frame = new CGRect (150, -6, 50, 22);
+ YLabel.Frame = new CGRect (150, -10, 50, 22);
YLabel.Font = NSFont.FromFontName (DefaultFontName, DefaultDescriptionLabelFontSize); // TODO: Washed-out color following specs
YLabel.StringValue = "HEIGHT"; // TODO Localise