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:
authorDominique Louis <savagesoftware@gmail.com>2017-05-08 20:29:23 +0300
committerEric Maupin <me@ermau.com>2017-06-19 22:00:07 +0300
commit70c2bbc91a12e3bdbbbbe9ce1f5bbdf04714f3cc (patch)
tree5931acc45d49f5db5ccc4d67fe570d0b32cdb72b /Xamarin.PropertyEditing.Mac/PropertyTableDelegate.cs
parent91b48d1757867b36ff6cb393a91a0fd1790479b0 (diff)
Position the disclosure(expand-contract) icon so it looks much nicer.
Diffstat (limited to 'Xamarin.PropertyEditing.Mac/PropertyTableDelegate.cs')
-rw-r--r--Xamarin.PropertyEditing.Mac/PropertyTableDelegate.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.PropertyEditing.Mac/PropertyTableDelegate.cs b/Xamarin.PropertyEditing.Mac/PropertyTableDelegate.cs
index 20ea987..2892fe8 100644
--- a/Xamarin.PropertyEditing.Mac/PropertyTableDelegate.cs
+++ b/Xamarin.PropertyEditing.Mac/PropertyTableDelegate.cs
@@ -44,7 +44,7 @@ namespace Xamarin.PropertyEditing.Mac
view = outlineView.MakeView (cellIdentifier + "props", this);
if (view == null) {
view = new UnfocusableTextView (new CoreGraphics.CGRect (0, -5, 75, 20), property.Property.Name) {
- TextContainerInset = new CoreGraphics.CGSize (0, 7),
+ TextContainerInset = new CoreGraphics.CGSize (0, 9),
Identifier = cellIdentifier + "props",
Alignment = NSTextAlignment.Right,
};