Translate layer
This commit is contained in:
parent
6fd400e326
commit
f26809a825
1 changed files with 2 additions and 2 deletions
|
|
@ -489,7 +489,7 @@ namespace MatterHackers.MatterControl.CustomWidgets
|
|||
{
|
||||
VAnchor = VAnchor.ParentBottomTop,
|
||||
HAnchor = HAnchor.ParentLeftRight,
|
||||
Margin = smallScreen ? new BorderDouble(30, 5, 30, 0) : new BorderDouble(30,20, 30, 20- 12), // the -12 is to take out the top bar
|
||||
Margin = smallScreen ? new BorderDouble(30, 5, 30, 0) : new BorderDouble(30,20, 30, 0), // the -12 is to take out the top bar
|
||||
};
|
||||
topToBottom.AddChild(bodyRow);
|
||||
|
||||
|
|
@ -761,7 +761,7 @@ namespace MatterHackers.MatterControl.CustomWidgets
|
|||
if (layerCount != value)
|
||||
{
|
||||
layerCount = value;
|
||||
layerCountWidget.Text = "Layer " + layerCount;
|
||||
layerCountWidget.Text = "Layer".Localize() + " " + layerCount;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue