File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,9 @@ public class ScriptWidgetApi(ScriptContainer source): ApiBase(source) { // TODO:
1212
1313 public TextWidget Text ( string ? text = null ) => new ( text ) ;
1414
15- public TextWidget Header ( string ? text = null ) => this . Text ( text ) . Center ( ) ;
16- public TextWidget SubHeader ( string ? text = null ) => this . Text ( text ) . SetDim ( ) . Indent ( ) ;
15+ public TextWidget Centered ( string ? text = null ) => this . Text ( text ) . Center ( ) ;
16+
17+ public TextWidget Subheader ( string ? text = null ) => this . Text ( text ) . SetDim ( ) . Indent ( ) ;
1718
1819 public SeparatorWidget Separator ( ) => new ( ) ;
1920 public SeparatorWidget Spacer ( ) => this . Separator ( ) . SetBar ( false ) ;
Original file line number Diff line number Diff line change 22<Project Sdk =" Dalamud.NET.Sdk/13.1.0" >
33 <PropertyGroup >
44 <Product >WoLua</Product >
5- <Version >3.9 .0</Version >
5+ <Version >4.0 .0</Version >
66 <Description >Warrior of... Lua? Write your own chat commands in lua for FFXIV/Dalamud!</Description >
77 <Copyright >Copyleft VariableVixen 2022</Copyright >
88 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments