Fix category radio buttons being cut off in Messages config

fixes e5bbec180; also realigned the text while I was at it
This commit is contained in:
YoshiRulz 2022-05-20 04:40:26 +10:00
parent bdd31d83b8
commit fd4771c45c
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
//
this.LocationLabel.AllowDrop = true;
this.LocationLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.LocationLabel.Location = new System.Drawing.Point(167, 7);
this.LocationLabel.Location = new System.Drawing.Point(167, 2);
this.LocationLabel.Name = "LocationLabel";
this.LocationLabel.Text = "255, 255";
//
@ -53,7 +53,7 @@
this.Controls.Add(this.LocationLabel);
this.Controls.Add(this.RowRadio);
this.Name = "MessageRow";
this.Size = new System.Drawing.Size(224, 28);
this.Size = new System.Drawing.Size(224, 23);
this.ResumeLayout(false);
this.PerformLayout();