More Localization
Localization 2/10
This commit is contained in:
parent
ccc0eb898d
commit
69dc56d2fd
14 changed files with 164 additions and 92 deletions
|
|
@ -5,6 +5,7 @@ using System.Text;
|
|||
|
||||
using MatterHackers.Agg;
|
||||
using MatterHackers.Agg.UI;
|
||||
using MatterHackers.Localizations;
|
||||
|
||||
namespace MatterHackers.MatterControl
|
||||
{
|
||||
|
|
@ -64,7 +65,7 @@ namespace MatterHackers.MatterControl
|
|||
// TODO: This hack needs a unit test and then pass and then remove this line.
|
||||
this.MinimumSize = new VectorMath.Vector2(0, numberInputField.Height);
|
||||
|
||||
setButton = textImageButtonFactory.Generate("SET");
|
||||
setButton = textImageButtonFactory.Generate("SET");
|
||||
setButton.VAnchor = VAnchor.ParentCenter;
|
||||
setButton.Margin = new BorderDouble(left: 6);
|
||||
setButton.Visible = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue