mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-17 01:22:18 +00:00
Interface: you can click on X,Y map coordinates in the right-bottom corner of interface to open "Go to coordinates" window.
This commit is contained in:
parent
592887a086
commit
8c2bd281a3
1 changed files with 4 additions and 2 deletions
6
Source/Core/Windows/MainForm.Designer.cs
generated
6
Source/Core/Windows/MainForm.Designer.cs
generated
|
@ -362,8 +362,10 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
//
|
||||
this.poscommalabel.Name = "poscommalabel";
|
||||
this.poscommalabel.Size = new System.Drawing.Size(11, 18);
|
||||
this.poscommalabel.Tag = "builder_centeroncoordinates";
|
||||
this.poscommalabel.Text = ",";
|
||||
this.poscommalabel.ToolTipText = "Current X, Y coordinates on map";
|
||||
this.poscommalabel.ToolTipText = "Current X, Y coordinates on map.\r\nClick to set specific coordinates.";
|
||||
this.poscommalabel.Click += new System.EventHandler(this.InvokeTaggedAction);
|
||||
//
|
||||
// menumain
|
||||
//
|
||||
|
@ -2134,7 +2136,7 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
this.xposlabel.Tag = "builder_centeroncoordinates";
|
||||
this.xposlabel.Text = "0";
|
||||
this.xposlabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||||
this.xposlabel.ToolTipText = "Current X, Y coordinates on map";
|
||||
this.xposlabel.ToolTipText = "Current X, Y coordinates on map.\r\nClick to set specific coordinates.";
|
||||
this.xposlabel.Click += new System.EventHandler(this.InvokeTaggedAction);
|
||||
//
|
||||
// yposlabel
|
||||
|
|
Loading…
Reference in a new issue