Made menus resolution sensitive

Put in default note options for history
This commit is contained in:
LarsBrubaker 2020-08-14 21:56:39 -07:00
parent fc4dd6d72d
commit 0c99e76f4e
12 changed files with 70 additions and 74 deletions

View file

@ -65,7 +65,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
{
var totalContent = new FlowLayoutWidget();
var selectableOptions = new MHDropDownList("Custom", theme, maxHeight: 200)
var selectableOptions = new MHDropDownList("Custom", theme, maxHeight: 200 * GuiWidget.DeviceScale)
{
Margin = new BorderDouble(0, 0, 10, 0)
};