Made the loading and unloading actions on the actions bar
Made better styling
This commit is contained in:
parent
8783edb6f8
commit
4224ff8755
5 changed files with 43 additions and 50 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue