Show icons in printer select menu
This commit is contained in:
parent
9dbe8ebcac
commit
4ad02e3fcd
2 changed files with 3 additions and 1 deletions
|
|
@ -38,6 +38,8 @@ namespace MatterHackers.MatterControl
|
|||
{
|
||||
public PrinterSelector() : base("Printers".Localize() + "... ")
|
||||
{
|
||||
UseLeftIcons = true;
|
||||
|
||||
//Add the menu items to the menu itself
|
||||
foreach (var printer in ActiveSliceSettings.ProfileData.Profiles)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit ae5b92d8af9f5f0861960edaaee68e5ea561ffca
|
||||
Subproject commit 9b7e3a5998977e595865954be0bdd861451acc07
|
||||
Loading…
Add table
Add a link
Reference in a new issue