summaryrefslogtreecommitdiff
path: root/ElmSharp/ElmSharp/Panel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ElmSharp/ElmSharp/Panel.cs')
-rw-r--r--[-rwxr-xr-x]ElmSharp/ElmSharp/Panel.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ElmSharp/ElmSharp/Panel.cs b/ElmSharp/ElmSharp/Panel.cs
index 9174250..c6aac69 100755..100644
--- a/ElmSharp/ElmSharp/Panel.cs
+++ b/ElmSharp/ElmSharp/Panel.cs
@@ -87,7 +87,7 @@ namespace ElmSharp
{
Interop.Elementary.elm_panel_toggle(RealHandle);
}
-
+
protected override IntPtr CreateHandle(EvasObject parent)
{
IntPtr handle = Interop.Elementary.elm_layout_add(parent);