Working on printing text
This commit is contained in:
parent
acc72177d3
commit
624ac2db7b
9 changed files with 115 additions and 34 deletions
|
|
@ -321,6 +321,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
RenderOutline = true,
|
||||
ToolTipText = "Open Settings View Options".Localize()
|
||||
};
|
||||
button.RoundRadius = button.Height / 2;
|
||||
|
||||
bool menuWasOpenOnMoreDown = false;
|
||||
button.MouseDown += (s, e) =>
|
||||
|
|
@ -339,8 +340,6 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
}
|
||||
};
|
||||
|
||||
button.RoundRadius = button.Height / 2;
|
||||
|
||||
this.TabBar.AddChild(button);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue