EQInterface Forums

EQInterface Forums (http://www.eqinterface.com/forums/index.php)
-   General authoring help / discussion (http://www.eqinterface.com/forums/forumdisplay.php?f=12)
-   -   Simple Stice ETW Resize (http://www.eqinterface.com/forums/showthread.php?t=21461)

Cheesman 07-23-2014 02:32 PM

Simple Stice ETW Resize
 
Hello. I recently downloaded the Simple Stice UI, and love it, but am trying to tweak a few things to make them line up better in my UI layout. Trying to get the player window, group window, and ETW all the same width.

I managed to get the group window the correct size by changing some of the Size properties, but am having issues with the ETW. Changing those same size values doesn't seem to do anything, and I can't figure out why. I'm thinking it is because it is setup as a "TileLayoutBox". What values need to be changed to modify the width of these? Here is the code that I'm thinking would be relevant, but can provide more, or you can download it from : http://www.eqinterface.com/download...nfo.php?id=6379


Code:
<Screen item="ExtendedTargetWnd"> <!--<ScreenID/>--> <Layout>ETW_LayoutV</Layout> <RelativePosition>false</RelativePosition> <Location> <X>150</X> <Y>150</Y> </Location> <Size> <CX>150</CX> <CY>50</CY> </Size> <Text/> <Style_Transparent>false</Style_Transparent> <TooltipReference></TooltipReference> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>true</Style_Closebox> <Style_Minimizebox>true</Style_Minimizebox> <Style_Border>true</Style_Border> <Style_Sizable>true</Style_Sizable> <Style_SizableBorderTop>false</Style_SizableBorderTop> <DrawTemplate>WDT_Inner</DrawTemplate> <Style_ClientMovable>true</Style_ClientMovable> <Pieces>TileLayoutBox:ETW_Targets</Pieces> <!-- <Pieces>Screen:ETW_HorizontalBarTemplate</Pieces> <Pieces>Screen:ETW_VerticalBarTemplate</Pieces> --> </Screen>

Cheesman 07-23-2014 05:16 PM

I think that I figured it out. I changed the size of each of the individual layout boxes and it changed the width. Not sure if that is how it's supposed to be done, but worked for me.


All times are GMT -5. The time now is 03:21 AM.

vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.