Made menus resolution sensitive
Put in default note options for history
This commit is contained in:
parent
fc4dd6d72d
commit
0c99e76f4e
12 changed files with 70 additions and 74 deletions
|
|
@ -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)
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue