Made the loading and unloading actions on the actions bar

Made better styling
This commit is contained in:
Lars Brubaker 2019-01-18 12:13:31 -08:00
parent 8783edb6f8
commit 4224ff8755
5 changed files with 43 additions and 50 deletions

View file

@ -57,7 +57,7 @@ namespace MatterHackers.MatterControl
new MessageBoxPage(callback, message, caption, messageType, extraWidgetsToAdd, 400, 300, yesOk, noCancel, ApplicationController.Instance.Theme, useMarkdown));
}
private class MessageBoxPage : DialogPage
public class MessageBoxPage : DialogPage
{
private string unwrappedMessage;
private GuiWidget messageContainer;