Don't hide top container on touch screen.
Better words on support angle.
This commit is contained in:
parent
b28ef27898
commit
62730c186d
3 changed files with 6 additions and 3 deletions
|
|
@ -171,7 +171,7 @@ namespace MatterHackers.MatterControl
|
|||
public override void OnMouseDown(MouseEventArgs mouseEvent)
|
||||
{
|
||||
base.OnMouseDown(mouseEvent);
|
||||
ApplicationController.Instance.MainView.HideTopContainer();
|
||||
//ApplicationController.Instance.MainView.HideTopContainer();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -913,11 +913,11 @@
|
|||
},
|
||||
{
|
||||
"SlicerConfigName": "support_material_threshold",
|
||||
"PresentationName": "Supported Angles",
|
||||
"PresentationName": "Amount",
|
||||
"HelpText": "The last angle at which support material will be generated. Larger numbers will result in more support.",
|
||||
"DataEditType": "POSITIVE_DOUBLE",
|
||||
"ExtraSettings": "degrees",
|
||||
"QuickMenuSettings": [{"MenuName" : "Few", "Value": "20"},{"MenuName" : "Standard", "Value": "45"},{"MenuName" : "All", "Value": "90"}]
|
||||
"QuickMenuSettings": [{"MenuName" : "Minimum", "Value": "20"},{"MenuName" : "Standard", "Value": "45"},{"MenuName" : "All", "Value": "90"}]
|
||||
},
|
||||
{
|
||||
"SlicerConfigName": "support_material_xy_distance",
|
||||
|
|
|
|||
|
|
@ -2894,3 +2894,6 @@ Translated:Cannot find this file\nWould you like to remove it from the queue?
|
|||
English:Supported Angles
|
||||
Translated:Supported Angles
|
||||
|
||||
English:Amount
|
||||
Translated:Amount
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue