diff options
author | Michał Zimniewicz <michzimny@users.noreply.github.com> | 2018-02-14 23:54:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-14 23:54:19 +0100 |
commit | 969e3dd244337fc5e9262cb27931159bfeaf6c0c (patch) | |
tree | 1c0a2ce06509fc4f23ee1d2b7d387d41317d091b /Aktywator/TeamNamesSettings.Designer.cs | |
parent | fa8e46acc24c5cf8b607531684b4c9858e4ebb33 (diff) | |
parent | 3a7b77ef81cc80e29d4f3f06a0bb66752e79c936 (diff) |
Merge pull request #40 from emkael/winter-bugfixes
Winter bugfixes
Diffstat (limited to 'Aktywator/TeamNamesSettings.Designer.cs')
-rw-r--r-- | Aktywator/TeamNamesSettings.Designer.cs | 8 |
1 files changed, 4 insertions, 4 deletions
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); |