Correct padding.
This commit is contained in:
parent
b90b62528d
commit
760110f8b2
3 changed files with 15 additions and 2 deletions
|
|
@ -674,7 +674,8 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
string lastUpdateTime = "Defalts Update On: {0}".FormatWith(ActiveSliceSettings.Instance.OemLayer.ValueOrDefault(SettingsKey.created_date));
|
||||
dataArea.AddChild(new TextWidget(lastUpdateTime, textColor: ActiveTheme.Instance.PrimaryTextColor)
|
||||
{
|
||||
Margin = new BorderDouble(15, 0, 0, 0);
|
||||
HAnchor= HAnchor.ParentCenter,
|
||||
Margin = new BorderDouble(0, 15),
|
||||
});
|
||||
|
||||
// DELETE_PRINTER:
|
||||
|
|
|
|||
|
|
@ -5188,3 +5188,15 @@ Translated:Upload
|
|||
English:Printer History
|
||||
Translated:Printer History
|
||||
|
||||
English:Subject*
|
||||
Translated:Subject*
|
||||
|
||||
English:Message*
|
||||
Translated:Message*
|
||||
|
||||
English:Email Address*
|
||||
Translated:Email Address*
|
||||
|
||||
English:Name*
|
||||
Translated:Name*
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 0a5e044e002062e7ca08a7472cfda802e5d97fb3
|
||||
Subproject commit f63a872d1452ef9457103e7d4c4314773a32479b
|
||||
Loading…
Add table
Add a link
Reference in a new issue