Merge pull request #2381 from jlewin/design_tools

Expand scrollbar thumb bounds on hover, fix regression
This commit is contained in:
johnlewin 2017-08-23 10:24:52 -07:00 committed by GitHub
commit ed111b2502
3 changed files with 4 additions and 3 deletions

View file

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

View file

@ -135,6 +135,7 @@ namespace MatterHackers.MatterControl.CustomWidgets
public void ClearItems()
{
rowButtonContainer = null;
allIconViews.Clear();
}
}

@ -1 +1 @@
Subproject commit 4725c76eafc970ed9f4f18ce52f7da6c3f2bc2c7
Subproject commit b302af7b3b8dfd84bc947fdbf14d72a32231d100