1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-09 06:15:49 +02:00

Fix text alignment in the Feedback tab in Options

This commit is contained in:
chylex 2018-01-26 15:49:44 +01:00
parent 2e300a7b8f
commit 35afaa105d

View File

@ -61,6 +61,7 @@ private void InitializeComponent() {
this.labelDataCollectionLink.TabIndex = 1;
this.labelDataCollectionLink.TabStop = true;
this.labelDataCollectionLink.Text = "(learn more)";
this.labelDataCollectionLink.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelDataCollectionLink.UseCompatibleTextRendering = true;
//
// checkDataCollection