View Single Post
Old 05-10-2019, 04:14 PM   #4
Fnyyen
Premium Member
 
Join Date: Oct 2002
Posts: 96
Interface Author - Click to view interfaces
Default

Code:
<Screen item="CastSpellWnd"> <Layout>CSPW_LayoutV</Layout> <RelativePosition>false</RelativePosition> <Location> <X>0</X> <Y>25</Y> </Location> <Size> <CX>55</CX> <CY>373</CY> </Size> <Text>Spells</Text> <Style_Transparent>false</Style_Transparent> <TooltipReference>Allows you to cast your memorized spells</TooltipReference> <DrawTemplate>WDT_RoundedNoTitle</DrawTemplate> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>true</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>true</Style_Border> <Style_Sizable>true</Style_Sizable> <Style_ClientMovable>true</Style_ClientMovable> <Escapable>false</Escapable> <Pieces>TileLayoutBox:CSPW_SpellGemLayout</Pieces> <Pieces>Screen:CSPW_VerticalOrientationBook</Pieces> <Pieces>Screen:CSPW_HorizontalOrientationBook</Pieces> <Pieces>Screen:CSPW_HorizontalOrientationTemplate</Pieces> <Pieces>Screen:CSPW_VerticalOrientationTemplate</Pieces> </Screen>

change

<Size>
<CX>55</CX>
<CY>373</CY>
</Size>

to

<CX>50</CX> or <CX>45</CX>



what was the Error Messages ya got on the other window that ya had. what window where ya using, if ya still want it i might be able to help.

currently in the middle of bringing back Egras hotbutton if the changes are simple i might be able to lend a hand.
Fnyyen is offline   Reply With Quote