Re-organize style sheets and add StyleSpace.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
using Content.Client.UserInterface.Stylesheets;
|
||||
using Robust.Client.UserInterface.Controls;
|
||||
using Robust.Shared.Maths;
|
||||
|
||||
@@ -14,7 +15,7 @@ namespace Content.Client.UserInterface
|
||||
{
|
||||
Children = {(_label = new Label
|
||||
{
|
||||
StyleClasses = {NanoStyle.StyleClassLabelHeading}
|
||||
StyleClasses = {StyleNano.StyleClassLabelHeading}
|
||||
})}
|
||||
};
|
||||
AddChild(_panel);
|
||||
|
||||
Reference in New Issue
Block a user