From 3a7b77ef81cc80e29d4f3f06a0bb66752e79c936 Mon Sep 17 00:00:00 2001 From: emkael Date: Sun, 4 Feb 2018 15:47:16 +0100 Subject: Fixes #39 Proper team score suffix for imps only tournament --- Aktywator/TeamNamesSettings.Designer.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Aktywator/TeamNamesSettings.Designer.cs') diff --git a/Aktywator/TeamNamesSettings.Designer.cs b/Aktywator/TeamNamesSettings.Designer.cs index 07b1d97..6de9ec4 100644 --- a/Aktywator/TeamNamesSettings.Designer.cs +++ b/Aktywator/TeamNamesSettings.Designer.cs @@ -134,10 +134,10 @@ this.cbSecondRow.Items.AddRange(new object[] { "nic", "wynik meczu w IMP", - "wynik drużyny w VP"}); + "wynik turnieju w VP/IMP"}); this.cbSecondRow.Location = new System.Drawing.Point(103, 112); this.cbSecondRow.Name = "cbSecondRow"; - this.cbSecondRow.Size = new System.Drawing.Size(115, 21); + this.cbSecondRow.Size = new System.Drawing.Size(128, 21); this.cbSecondRow.TabIndex = 9; // // rbShowPlayerNames @@ -155,7 +155,7 @@ // this.bClose.Location = new System.Drawing.Point(16, 164); this.bClose.Name = "bClose"; - this.bClose.Size = new System.Drawing.Size(202, 23); + this.bClose.Size = new System.Drawing.Size(215, 23); this.bClose.TabIndex = 11; this.bClose.Text = "Zamknij"; this.bClose.UseVisualStyleBackColor = true; @@ -165,7 +165,7 @@ // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(230, 199); + this.ClientSize = new System.Drawing.Size(243, 199); this.Controls.Add(this.bClose); this.Controls.Add(this.rbShowPlayerNames); this.Controls.Add(this.cbSecondRow); -- cgit v1.2.3