mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-08-03 03:16:11 -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.ClientSize = new System.Drawing.Size(200, 200);
|
||||
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.Load += new System.EventHandler(this.ColorSelector_Load);
|
||||
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.txtEdit);
|
||||
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.Load += new System.EventHandler(this.EditText_Load);
|
||||
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.ClientSize = new System.Drawing.Size(200, 200);
|
||||
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.Load += new System.EventHandler(this.TokenSelector_Load);
|
||||
this.MaximizeBox = false;
|
||||
|
@ -278,7 +278,7 @@ namespace MCGalaxy
|
||||
#if MCG_STANDALONE
|
||||
// Server.RestartPath is empty in self contained builds
|
||||
// TODO maybe move this elsewhere?
|
||||
if (string.IsNullOrEmpty(path) path = GetRuntimeProcessExePath();
|
||||
if (string.IsNullOrEmpty(path)) path = GetRuntimeProcessExePath();
|
||||
#endif
|
||||
|
||||
return path;
|
||||
|
Loading…
x
Reference in New Issue
Block a user