Description:
Reformatting.
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r441:935cd686fbbd -

@@ -94,7 +94,6
94 }
94 }
95
95
96
96
97
98 ImGui.Separator();
97 ImGui.Separator();
99
98
100 ImGui.Text(string.Format("Crowded Trees: {0}", sim.crowded_trees ));
99 ImGui.Text(string.Format("Crowded Trees: {0}", sim.crowded_trees ));
@@ -58,7 +58,6
58 ImGui.Text("Graphics");
58 ImGui.Text("Graphics");
59 ImGui.PopFont();
59 ImGui.PopFont();
60
60
61
62 ImGui.Text("Resolution:");
61 ImGui.Text("Resolution:");
63
62
64 ImGui.SameLine();
63 ImGui.SameLine();
@@ -77,7 +76,7
77 }
76 }
78 }
77 }
79
78
80 ImGui.EndCombo();
79 ImGui.EndCombo();
81 }
80 }
82 ImGui.Text("Font:\t");
81 ImGui.Text("Font:\t");
83
82
@@ -149,14 +148,11
149 bridgeEngine.setOptionMessages.Add(new SetOptionMessage{ NewProfanitySetting = (ProfanityLevel)level});
148 bridgeEngine.setOptionMessages.Add(new SetOptionMessage{ NewProfanitySetting = (ProfanityLevel)level});
150 OptionsWindow.profanityLevel = (ProfanityLevel)level;
149 OptionsWindow.profanityLevel = (ProfanityLevel)level;
151 }
150 }
152
153 }
151 }
154
152
155 ImGui.EndCombo();
153 ImGui.EndCombo();
156 }
154 }
157
155
158
159
160 ImGui.Separator();
156 ImGui.Separator();
161
157
162 if (ImGui.Button("Okay"))
158 if (ImGui.Button("Okay"))
@@ -196,12 +192,10
196 }
192 }
197 }
193 }
198
194
199
200 public static void setFont(string fontName, int fontSize)
195 public static void setFont(string fontName, int fontSize)
201 {
196 {
202 OptionsWindow.fontName = fontName;
197 OptionsWindow.fontName = fontName;
203 OptionsWindow.fontSize = fontSize;
198 OptionsWindow.fontSize = fontSize;
204
205 }
199 }
206 }
200 }
207 }
201 }
You need to be logged in to leave comments. Login now