Revise About page

- Swtich from html to GuiWidgets for layout
- Simplify with DialogPage - remove AboutWindow, AboutWidget
- Remove AboutPage namespace
This commit is contained in:
John Lewin 2018-03-10 23:01:28 -08:00
parent 90ea31cd71
commit 14194900f7
10 changed files with 124 additions and 204 deletions

View file

@ -38,7 +38,7 @@ namespace MatterHackers.MatterControl
{
public class DialogPage : GuiWidget
{
private FlowLayoutWidget headerRow;
protected FlowLayoutWidget headerRow;
protected FlowLayoutWidget contentRow;
private FlowLayoutWidget footerRow;