Move editor actions into editor header bar with overflow menu
- Remove inlineTitleEdit hack, add menu item for rename
This commit is contained in:
parent
d1934db72c
commit
3728934082
2 changed files with 30 additions and 21 deletions
|
|
@ -109,6 +109,11 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
/// </summary>
|
||||
public class OverflowMenuButton : PopupMenuButton
|
||||
{
|
||||
public OverflowMenuButton(ThemeConfig theme)
|
||||
: base (CreateOverflowIcon(theme), theme)
|
||||
{
|
||||
}
|
||||
|
||||
public OverflowMenuButton(OverflowBar overflowBar, ThemeConfig theme)
|
||||
: base(CreateOverflowIcon(theme), theme)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue