Did some name rebranding (made it easier)
This commit is contained in:
parent
531001df2e
commit
d8c025ed9d
10 changed files with 12 additions and 11 deletions
|
|
@ -57,7 +57,7 @@ namespace MatterHackers.MatterControl
|
|||
var library3DViewSplitter = new Splitter()
|
||||
{
|
||||
Padding = new BorderDouble(4),
|
||||
SplitterDistance = 254,
|
||||
SplitterDistance = 254 * GuiWidget.DeviceScale,
|
||||
SplitterWidth = ApplicationController.Instance.Theme.SplitterWidth,
|
||||
SplitterBackground = ApplicationController.Instance.Theme.SplitterBackground
|
||||
};
|
||||
|
|
@ -108,7 +108,7 @@ namespace MatterHackers.MatterControl
|
|||
}
|
||||
buttonView.AddChild(new ImageWidget(icon));
|
||||
|
||||
buttonView.AddChild(new TextWidget("MatterControl", textColor: ActiveTheme.Instance.PrimaryTextColor)
|
||||
buttonView.AddChild(new TextWidget(ApplicationController.Instance.ProductName, textColor: ActiveTheme.Instance.PrimaryTextColor)
|
||||
{
|
||||
Margin = new BorderDouble(left: 8),
|
||||
VAnchor = VAnchor.Center
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue