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')
-rw-r--r--Xamarin.PropertyEditing.Mac/PropertyEditorPanel.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/Xamarin.PropertyEditing.Mac/PropertyEditorPanel.cs b/Xamarin.PropertyEditing.Mac/PropertyEditorPanel.cs
index 1494549..4f7de6e 100644
--- a/Xamarin.PropertyEditing.Mac/PropertyEditorPanel.cs
+++ b/Xamarin.PropertyEditing.Mac/PropertyEditorPanel.cs
@@ -144,8 +144,6 @@ namespace Xamarin.PropertyEditing.Mac
{
AutoresizingMask = NSViewResizingMask.WidthSizable | NSViewResizingMask.HeightSizable;
- NSControlSize controlSize = NSControlSize.Small;
-
this.header = new DynamicFillBox (HostResourceProvider, NamedResources.PanelTabBackground) {
ContentViewMargins = new CGSize (0, 0),
ContentView = new NSView ()
@@ -158,7 +156,6 @@ namespace Xamarin.PropertyEditing.Mac
header.AddSubview (this.border);
this.propertyFilter = new NSSearchField {
- ControlSize = controlSize,
PlaceholderString = LocalizationResources.PropertyFilterLabel,
TranslatesAutoresizingMaskIntoConstraints = false,
};