Improve naming to clarify usage
This commit is contained in:
parent
390b6fd59e
commit
06c335c699
1 changed files with 2 additions and 2 deletions
|
|
@ -448,9 +448,9 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
|
||||
settingsRow.Focus();
|
||||
|
||||
int p2 = (int)(thisRow.Height / 2);
|
||||
int arrowOffset = (int)(thisRow.Height / 2);
|
||||
|
||||
var tagContainer = new Popover(Popover.ArrowDirection.Right, new BorderDouble(15, 10), 7, p2)
|
||||
var tagContainer = new Popover(Popover.ArrowDirection.Right, new BorderDouble(15, 10), 7, arrowOffset)
|
||||
{
|
||||
HAnchor = HAnchor.Fit,
|
||||
VAnchor = VAnchor.Fit,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue