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
|
|
@ -764,7 +764,10 @@ public sealed class RetailUiRuntime : IDisposable
|
|||
new RetailWindowFrame.Options
|
||||
{
|
||||
WindowName = WindowNames.Spellbook,
|
||||
Chrome = RetailWindowChrome.Imported,
|
||||
// LayoutDesc 0x21000034 is the 300x600 content surface. Like the
|
||||
// Attributes/Skills window, retail supplies the outer gold frame
|
||||
// through the shared window chrome rather than this root element.
|
||||
Chrome = RetailWindowChrome.NineSlice,
|
||||
Left = 18f,
|
||||
Top = 18f,
|
||||
Visible = false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue