Made fixed width and height in button factory doubles.

This commit is contained in:
larsbrubaker 2014-08-30 13:28:13 -07:00
parent 9bbd272467
commit c9ffc3eb98
6 changed files with 11 additions and 8 deletions

View file

@ -150,8 +150,8 @@ namespace MatterHackers.MatterControl
public bool invertImageLocation = false;
public bool AllowThemeToAdjustImage = true;
FlowDirection flowDirection;
public int FixedWidth = 0;
public int FixedHeight = 40;
public double FixedWidth = 0;
public double FixedHeight = 40;
public TooltipButton GenerateTooltipButton(string label, string normalImageName = null, string hoverImageName = null, string pressedImageName = null, string disabledImageName = null)
{