mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-04-05 17:39:39 -04:00
Merge branch 'ui-overhaul' of https://github.com/Xjph/ObservatoryCore into ui-overhaul
This commit is contained in:
commit
1d1ae74f9c
@ -231,7 +231,9 @@ namespace Observatory.UI
|
|||||||
ThemeManager.GetInstance.RegisterControl(readAllDialogue);
|
ThemeManager.GetInstance.RegisterControl(readAllDialogue);
|
||||||
readAllDialogue.StartPosition = FormStartPosition.Manual;
|
readAllDialogue.StartPosition = FormStartPosition.Manual;
|
||||||
readAllDialogue.Location = Point.Add(Location, new Size(100, 100));
|
readAllDialogue.Location = Point.Add(Location, new Size(100, 100));
|
||||||
|
SuspendDrawing(this);
|
||||||
readAllDialogue.ShowDialog();
|
readAllDialogue.ShowDialog();
|
||||||
|
ResumeDrawing(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void PopupNotificationLabel_Click(object _, EventArgs e)
|
private void PopupNotificationLabel_Click(object _, EventArgs e)
|
||||||
|
@ -83,6 +83,8 @@ namespace Observatory.Framework.Files.ParameterTypes
|
|||||||
onfoot_dataTransfer,
|
onfoot_dataTransfer,
|
||||||
onFoot_carryingStolenGoods,
|
onFoot_carryingStolenGoods,
|
||||||
onFoot_eBreachUse,
|
onFoot_eBreachUse,
|
||||||
|
onFoot_breakingAndEntering,
|
||||||
|
shuttleDestruction,
|
||||||
collidedWithDamage
|
collidedWithDamage
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user