Merge pull request #1084 from Areloch/SimViewFormattingFix

Fixes some misformatting of the simView dialogue file
This commit is contained in:
Brian Roberts 2023-09-10 19:23:32 -05:00 committed by GitHub
commit af9ae4c928
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -155,6 +155,7 @@ $guiContent = new GuiControl(simViewDlg, EditorGuiGroup) {
text = "Sim ID:";
maxLength = "1024";
};
new GuiTextCtrl() {
canSaveDynamicFields = "0";
Profile = "EditorTextHLRight";
HorizSizing = "right";
@ -167,6 +168,8 @@ $guiContent = new GuiControl(simViewDlg, EditorGuiGroup) {
hovertime = "1000";
text = "Internal Name:";
maxLength = "1024";
};
new GuiTextEditCtrl(InspectObjectInternalName) {
canSaveDynamicFields = "0";
Profile = "ToolsGuiTextEditProfile";
HorizSizing = "right";
@ -184,6 +187,8 @@ $guiContent = new GuiControl(simViewDlg, EditorGuiGroup) {
password = "0";
passwordMask = "*";
canSaveDynamicFields = "0";
};
new GuiTextCtrl() {
Profile = "EditorTextHLBoldRight";
HorizSizing = "right";
VertSizing = "bottom";
@ -195,6 +200,8 @@ $guiContent = new GuiControl(simViewDlg, EditorGuiGroup) {
hovertime = "1000";
text = "Selected Object:";
maxLength = "1024";
};
new GuiIconButtonCtrl() {
canSaveDynamicFields = "0";
Profile = "ToolsGuiButtonProfile";
HorizSizing = "right";
@ -213,6 +220,8 @@ $guiContent = new GuiControl(simViewDlg, EditorGuiGroup) {
textLocation = "Right";
textMargin = "4";
buttonMargin = "4 4";
};
new GuiTextCtrl(InspectObjectSimID) {
canSaveDynamicFields = "0";
Profile = "EditorTextHLBoldCenter";
HorizSizing = "right";
@ -225,6 +234,8 @@ $guiContent = new GuiControl(simViewDlg, EditorGuiGroup) {
hovertime = "1000";
text = "0";
maxLength = "1024";
};
new GuiIconButtonCtrl() {
canSaveDynamicFields = "0";
Profile = "ToolsGuiButtonProfile";
HorizSizing = "right";