Merge pull request #4886 from morsisko/master

Set anchor of label to the bottom-left in TextDrawingInputBox
This commit is contained in:
Jaex 2020-06-18 16:16:39 +03:00 committed by GitHub
commit 7a3e35b620
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -747,6 +747,9 @@
<data name="tsmiAlignmentBottom.Text" xml:space="preserve">
<value>Bottom</value>
</data>
<data name="lblTip.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Bottom, Left</value>
</data>
<data name="lblTip.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>