Shared the PrintActionRow file.

This commit is contained in:
Lars Brubaker 2015-04-09 12:05:05 -07:00
parent d9b4381e19
commit 3cab6e5395
4 changed files with 198 additions and 113 deletions

View file

@ -9,7 +9,7 @@ using System;
namespace MatterHackers.MatterControl.ActionBar
{
//Base widget for ActionBarRows
internal abstract class ActionRowBase : FlowLayoutWidget
public abstract class ActionRowBase : FlowLayoutWidget
{
public ActionRowBase()
: base(FlowDirection.LeftToRight)