X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=plugins%2FVimish.cs;fp=plugins%2FVimish.cs;h=3b4969f5c3937f3ebd785aa0cc8e995bd18b1faf;hb=6c50b11e5b8e72781db4195d8472bb7d542c1d3c;hp=ebe088cbe654996490e18245bf9c3b5620e009a2;hpb=223e6cac5499d72fe30fd7c3da817362be7d9fef;p=WebThing.git diff --git a/plugins/Vimish.cs b/plugins/Vimish.cs index ebe088c..3b4969f 100644 --- a/plugins/Vimish.cs +++ b/plugins/Vimish.cs @@ -17,7 +17,7 @@ public class Vimish : WebThingPlugin { commandline = new Gtk.Entry(); commandline.Activated += command_Activate; commandline.KeyPressEvent += command_KeyPress; - wt.AttachWidget(commandline, CompassDirection.S, AttachOptions.Fill, AttachOptions.Shrink); + wt.AttachWidget(commandline, AttachPoint.S, AttachOptions.Fill, AttachOptions.Shrink); commandline.Hide();