Skip to content

Commit

Permalink
Make text on damage@ meter visible on smaller screens.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mytherin committed Mar 28, 2016
1 parent 9879897 commit ec4d387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tibialyzer/Notifications/DamageChart.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ private void InitializeComponent() {
this.chartTitle.BackColor = System.Drawing.Color.Transparent;
this.chartTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chartTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
this.chartTitle.Location = new System.Drawing.Point(177, 6);
this.chartTitle.Location = new System.Drawing.Point(8, 30);
this.chartTitle.Name = "chartTitle";
this.chartTitle.Size = new System.Drawing.Size(32, 16);
this.chartTitle.TabIndex = 15;
Expand Down

0 comments on commit ec4d387

Please sign in to comment.