OSDN Git Service

上はタッチしないのでトップマージンをそこまで大きくとる必要はなかった
authorgdkhd812 <test@yahoo.co.jp>
Fri, 3 Mar 2017 11:35:39 +0000 (20:35 +0900)
committergdkhd812 <test@yahoo.co.jp>
Fri, 3 Mar 2017 11:35:39 +0000 (20:35 +0900)
UWP/FooEditEngine.UWP/FooTextBox.cs

index 4353441..59511ea 100644 (file)
@@ -78,7 +78,7 @@ namespace FooEditEngine.UWP
 
             this.Document = new Document();
 
-            this.View = new EditView(this.Document, this.Render, new Padding(5, Gripper.HitAreaWidth, Gripper.HitAreaWidth / 2, Gripper.HitAreaWidth));
+            this.View = new EditView(this.Document, this.Render, new Padding(5, 5, Gripper.HitAreaWidth / 2, Gripper.HitAreaWidth));
             this.View.SrcChanged += View_SrcChanged;
             this.View.InsertMode = this.InsertMode;
             this.Document.DrawLineNumber = this.DrawLineNumber;