Fixed the font size in touch screen mode
This commit is contained in:
parent
192efc2074
commit
a225e69513
6 changed files with 42 additions and 40 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue