mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Changed file locked button size
This commit is contained in:
parent
4cdb97be4c
commit
f7ec7824d8
1 changed files with 2 additions and 2 deletions
4
Crypto Notepad/MainForm.Designer.cs
generated
4
Crypto Notepad/MainForm.Designer.cs
generated
|
|
@ -1,4 +1,4 @@
|
||||||
namespace Crypto_Notepad
|
namespace Crypto_Notepad
|
||||||
{
|
{
|
||||||
partial class MainForm
|
partial class MainForm
|
||||||
{
|
{
|
||||||
|
|
@ -1084,7 +1084,7 @@ public void InitializeComponent()
|
||||||
this.fileLockedOkButton.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
this.fileLockedOkButton.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
||||||
this.fileLockedOkButton.Location = new System.Drawing.Point(6, 60);
|
this.fileLockedOkButton.Location = new System.Drawing.Point(6, 60);
|
||||||
this.fileLockedOkButton.Name = "fileLockedOkButton";
|
this.fileLockedOkButton.Name = "fileLockedOkButton";
|
||||||
this.fileLockedOkButton.Size = new System.Drawing.Size(75, 23);
|
this.fileLockedOkButton.Size = new System.Drawing.Size(57, 23);
|
||||||
this.fileLockedOkButton.TabIndex = 10;
|
this.fileLockedOkButton.TabIndex = 10;
|
||||||
this.fileLockedOkButton.Text = "OK";
|
this.fileLockedOkButton.Text = "OK";
|
||||||
this.fileLockedOkButton.UseVisualStyleBackColor = true;
|
this.fileLockedOkButton.UseVisualStyleBackColor = true;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue