From 890f42cca9744a75ac4b05d47dbf64f5943d2938 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 6 Sep 2014 18:30:37 +0300 Subject: [PATCH] Add a hand cursor in split long lines dialog labels. --- src/Forms/SplitLongLines.Designer.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Forms/SplitLongLines.Designer.cs b/src/Forms/SplitLongLines.Designer.cs index ea59271d5..fa29af8f8 100644 --- a/src/Forms/SplitLongLines.Designer.cs +++ b/src/Forms/SplitLongLines.Designer.cs @@ -188,6 +188,7 @@ // this.labelMaxSingleLineLengthIs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.labelMaxSingleLineLengthIs.AutoSize = true; + this.labelMaxSingleLineLengthIs.Cursor = System.Windows.Forms.Cursors.Hand; this.labelMaxSingleLineLengthIs.Location = new System.Drawing.Point(9, 579); this.labelMaxSingleLineLengthIs.Name = "labelMaxSingleLineLengthIs"; this.labelMaxSingleLineLengthIs.Size = new System.Drawing.Size(133, 13); @@ -199,6 +200,7 @@ // this.labelMaxLineLengthIs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.labelMaxLineLengthIs.AutoSize = true; + this.labelMaxLineLengthIs.Cursor = System.Windows.Forms.Cursors.Hand; this.labelMaxLineLengthIs.Location = new System.Drawing.Point(9, 597); this.labelMaxLineLengthIs.Name = "labelMaxLineLengthIs"; this.labelMaxLineLengthIs.Size = new System.Drawing.Size(83, 13);