fix(ui): match spellbook frame and tab alignment
This commit is contained in:
parent
16eb4844c1
commit
1249ad03de
5 changed files with 116 additions and 7 deletions
|
|
@ -48,6 +48,9 @@ public sealed class SpellbookWindowControllerTests
|
|||
|
||||
Assert.Equal("Spellbook", Assert.Single(spellTab.LinesProvider()).Text);
|
||||
Assert.Equal("Components", Assert.Single(componentTab.LinesProvider()).Text);
|
||||
Assert.False(spellTab.OneLine);
|
||||
Assert.True(spellTab.Centered);
|
||||
Assert.Equal(VJustify.Center, spellTab.VerticalJustify);
|
||||
Assert.True(spellTab.DrawTextAfterChildren);
|
||||
Assert.True(componentTab.DrawTextAfterChildren);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue