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

@ -220,9 +220,8 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
private StyledDropDownList CreateDropdown()
{
var dropDownList = new StyledDropDownList("- default -", maxHeight: 300)
var dropDownList = new StyledDropDownList("- default -", maxHeight: 300, useLeftIcons: true)
{
UseLeftIcons = true,
HAnchor = HAnchor.ParentLeftRight,
MenuItemsPadding = new BorderDouble(10, 4, 10, 6),
};