Tune scroll thumb sizing

This commit is contained in:
John Lewin 2017-11-10 23:03:48 -08:00
parent 54b989acd0
commit dfebc4dbe0
2 changed files with 5 additions and 3 deletions

View file

@ -455,8 +455,10 @@ namespace MatterHackers.MatterControl
public ApplicationController()
{
ScrollBar.DefaultMargin = new BorderDouble(right: 3);
ScrollBar.ScrollBarWidth = 10 * GuiWidget.DeviceScale;
ScrollBar.DefaultMargin = new BorderDouble(right: 1);
ScrollBar.ScrollBarWidth = 8 * GuiWidget.DeviceScale;
ScrollBar.GrowThumbBy = 2;
DefaultThumbBackground.DefaultBackgroundColor = Color.Transparent;
Object3D.AssetsPath = ApplicationDataStorage.Instance.LibraryAssetsPath;

@ -1 +1 @@
Subproject commit e5df5c1f3351dfb7e06439ed4f76b9e9703f03f4
Subproject commit 157ae3944409f34e7381ef0c72d8022a34914111