Shared the PrintActionRow file.
This commit is contained in:
parent
d9b4381e19
commit
3cab6e5395
4 changed files with 198 additions and 113 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue