Fixed the font size in touch screen mode

This commit is contained in:
larsbrubaker 2016-05-06 07:54:46 -07:00
parent 192efc2074
commit a225e69513
6 changed files with 42 additions and 40 deletions

View file

@ -41,10 +41,8 @@ namespace MatterHackers.MatterControl
{
public event EventHandler AddPrinter;
public PrinterSelector() : base("Printers".Localize() + "... ")
public PrinterSelector() : base("Printers".Localize() + "... ", useLeftIcons: true)
{
UseLeftIcons = true;
//Add the menu items to the menu itself
foreach (var printer in ActiveSliceSettings.ProfileData.Profiles)
{