You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Yafc/Utils/Preferences.cs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,10 @@ public void Save() {
57
57
/// The initial height of the main screen or the height the main screen will be after being restored, depending on whether it starts restored or maximized.
/// <param name="widthStorage">If not <see langword="null"/>, names a public read-write instance property in <see cref="Preferences"/> that will be used to store the width of this column.
17
+
/// If the current value of the property is out of range, the initial width will be <paramref name="initialWidth"/>.</param>
/// <param name="widthStorage">If not <see langword="null"/>, names an instance property in <see cref="Preferences"/> that will be used to store the width of this column.
60
+
/// If the current value of the property is out of range, the initial width will be <paramref name="initialWidth"/>.</param>
Copy file name to clipboardExpand all lines: Yafc/Workspace/ProductionTable/ProductionTableView.cs
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,10 @@ public ProductionTableView() {
17
17
flatHierarchyBuilder=newFlatHierarchy<RecipeRow,ProductionTable>(grid,BuildSummary,"This is a nested group. You can drag&drop recipes here. Nested groups can have their own linked materials.");
/// <param name="widthStorage">If not <see langword="null"/>, names an instance property in <see cref="Preferences"/> that will be used to store the width of this column.
21
+
/// If the current value of the property is out of range, the initial width will be <paramref name="initialWidth"/>.</param>
0 commit comments