Tune scroll thumb sizing
This commit is contained in:
parent
54b989acd0
commit
dfebc4dbe0
2 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue