Made fixed width and height in button factory doubles.
This commit is contained in:
parent
9bbd272467
commit
c9ffc3eb98
6 changed files with 11 additions and 8 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue