improving scroll bars
This commit is contained in:
parent
58a2883cf8
commit
13c2b91a2e
4 changed files with 4 additions and 5 deletions
|
|
@ -310,7 +310,9 @@ namespace MatterHackers.MatterControl
|
|||
|
||||
this.GeneratingThumbnailIcon = StaticData.Instance.LoadIcon("building_thumbnail_40x40.png", 40, 40).SetToColor(TextColor);
|
||||
|
||||
ScrollBar.DefaultThumbView.ThumbColor = new Color(this.TextColor, 30);
|
||||
ScrollBar.DefaultBackgroundColor = this.TextColor.WithAlpha(30);
|
||||
ScrollBar.DefaultThumbColor = this.TextColor.WithAlpha(130);
|
||||
ScrollBar.DefaultThumbHoverColor = this.PrimaryAccentColor.WithAlpha(130);
|
||||
}
|
||||
|
||||
public JogControls.MoveButton CreateMoveButton(PrinterConfig printer, string label, PrinterConnection.Axis axis, double movementFeedRate, bool levelingButtons = false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue