1.4.0: Added build target picker and build button to toolbar
This commit is contained in:
parent
0b147a9144
commit
03200cc370
10 changed files with 254 additions and 7 deletions
|
|
@ -6,6 +6,7 @@ namespace Module.NavigationTool.Editor.Toolbar
|
|||
{
|
||||
public GUIStyle popup;
|
||||
public GUIStyle button;
|
||||
public GUIStyle buttonNoPadding;
|
||||
public GUIStyle slider;
|
||||
public GUIStyle label;
|
||||
public GUIStyle labelCenter;
|
||||
|
|
@ -20,6 +21,8 @@ namespace Module.NavigationTool.Editor.Toolbar
|
|||
this.skin = skin;
|
||||
popup = skin.FindStyle("ToolbarPopup");
|
||||
button = skin.FindStyle("toolbarbutton");
|
||||
buttonNoPadding = skin.FindStyle("toolbarbutton");
|
||||
buttonNoPadding.padding = new RectOffset();
|
||||
slider = skin.FindStyle("ToolbarSlider");
|
||||
label = skin.FindStyle("ToolbarLabel");
|
||||
labelCenter = skin.FindStyle("ToolbarLabel");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue