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
|
|
@ -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),
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue