Remove extra scaling, special styling, for touchscreen
- Issue MatterHackers/MCCentral#2334 Create folder is not open to right size
This commit is contained in:
parent
19811da81d
commit
ebea5a5bdb
9 changed files with 24 additions and 65 deletions
|
|
@ -73,14 +73,6 @@ namespace MatterHackers.MatterControl
|
|||
container.AnchorAll();
|
||||
|
||||
GuiWidget.TouchScreenMode = UserSettings.Instance.IsTouchScreen;
|
||||
if (!UserSettings.Instance.IsTouchScreen)
|
||||
{
|
||||
#if false // !__ANDROID__
|
||||
// The application menu bar, which is suppressed on Android
|
||||
var menuRow = new ApplicationMenuRow();
|
||||
container.AddChild(menuRow);
|
||||
#endif
|
||||
}
|
||||
|
||||
container.AddChild(new HorizontalLine(alpha:50));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue