mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-07 22:28:28 -04:00
GUI: Change Edit Text dialog to not use Calibri
This commit is contained in:
parent
2c0ed3afbf
commit
8d892df7d7
1
GUI/Popups/ColorSelector.Designer.cs
generated
1
GUI/Popups/ColorSelector.Designer.cs
generated
@ -27,7 +27,6 @@
|
|||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
this.ClientSize = new System.Drawing.Size(200, 200);
|
this.ClientSize = new System.Drawing.Size(200, 200);
|
||||||
this.Controls.Add(this.btnCancel);
|
this.Controls.Add(this.btnCancel);
|
||||||
this.Font = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
||||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
||||||
this.Load += new System.EventHandler(this.ColorSelector_Load);
|
this.Load += new System.EventHandler(this.ColorSelector_Load);
|
||||||
this.MaximizeBox = false;
|
this.MaximizeBox = false;
|
||||||
|
1
GUI/Popups/EditText.Designer.cs
generated
1
GUI/Popups/EditText.Designer.cs
generated
@ -95,7 +95,6 @@ namespace MCGalaxy.Gui.Popups
|
|||||||
this.Controls.Add(this.btnColor);
|
this.Controls.Add(this.btnColor);
|
||||||
this.Controls.Add(this.txtEdit);
|
this.Controls.Add(this.txtEdit);
|
||||||
this.Controls.Add(this.cmbList);
|
this.Controls.Add(this.cmbList);
|
||||||
this.Font = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
||||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
||||||
this.Load += new System.EventHandler(this.EditText_Load);
|
this.Load += new System.EventHandler(this.EditText_Load);
|
||||||
this.MaximizeBox = false;
|
this.MaximizeBox = false;
|
||||||
|
1
GUI/Popups/TokenSelector.Designer.cs
generated
1
GUI/Popups/TokenSelector.Designer.cs
generated
@ -29,7 +29,6 @@
|
|||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
this.ClientSize = new System.Drawing.Size(200, 200);
|
this.ClientSize = new System.Drawing.Size(200, 200);
|
||||||
this.Controls.Add(this.btnCancel);
|
this.Controls.Add(this.btnCancel);
|
||||||
this.Font = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
||||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
||||||
this.Load += new System.EventHandler(this.TokenSelector_Load);
|
this.Load += new System.EventHandler(this.TokenSelector_Load);
|
||||||
this.MaximizeBox = false;
|
this.MaximizeBox = false;
|
||||||
|
@ -278,7 +278,7 @@ namespace MCGalaxy
|
|||||||
#if MCG_STANDALONE
|
#if MCG_STANDALONE
|
||||||
// Server.RestartPath is empty in self contained builds
|
// Server.RestartPath is empty in self contained builds
|
||||||
// TODO maybe move this elsewhere?
|
// TODO maybe move this elsewhere?
|
||||||
if (string.IsNullOrEmpty(path) path = GetRuntimeProcessExePath();
|
if (string.IsNullOrEmpty(path)) path = GetRuntimeProcessExePath();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return path;
|
return path;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user