Fixes some misformatting of the simView dialogue file

This commit is contained in:
Areloch 2023-09-10 19:07:08 -05:00
parent c7e2ce6654
commit bde2fc1e72

View file

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