- Changed thw way to set the broker text.
- Fixed a problem while reporting a custom display. - New API: _detalhes:GetOpenedWindowsAmount()
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
|
||||
<Frames>
|
||||
|
||||
<Frame name="$Parent_Border" parentKey="dropdownborder" hidden="true" frameStrata="DIALOG">
|
||||
<Frame name="$Parent_Border" parentKey="dropdownborder" hidden="true" frameStrata="FULLSCREEN">
|
||||
<Size x="150" y="170"/>
|
||||
|
||||
<Anchors>
|
||||
@@ -102,14 +102,14 @@
|
||||
|
||||
</Frame>
|
||||
|
||||
<ScrollFrame name="$Parent_ScrollFrame" parentKey="dropdownframe" hidden="true" frameStrata="DIALOG">
|
||||
<ScrollFrame name="$Parent_ScrollFrame" parentKey="dropdownframe" hidden="true" frameStrata="FULLSCREEN">
|
||||
<Size x="150" y="150"/>
|
||||
<Anchors>
|
||||
<Anchor point="TOPLEFT" relativeTo="$Parent" relativePoint="BOTTOMLEFT" x="0" y="-10" />
|
||||
</Anchors>
|
||||
|
||||
<ScrollChild>
|
||||
<Frame name="$Parent_ScrollChild" frameStrata="DIALOG">
|
||||
<Frame name="$Parent_ScrollChild" frameStrata="DIALOG" parentKey="scrollchild">
|
||||
|
||||
<Size x="150" y="150"/>
|
||||
|
||||
@@ -186,7 +186,7 @@
|
||||
|
||||
</Button>
|
||||
|
||||
<Button name="DetailsDropDownOptionTemplate" virtual="true" frameStrata="DIALOG">
|
||||
<Button name="DetailsDropDownOptionTemplate" virtual="true" frameStrata="TOOLTIP">
|
||||
<Size x="150" y="20" />
|
||||
|
||||
<Layers>
|
||||
|
||||
Reference in New Issue
Block a user