View Single Post
  #15  
Unread 03-25-2022, 02:13 PM
Adra's Avatar
Adra Adra is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Jun 2011
Location: France
Posts: 171
Quote:
Originally Posted by lunarwtr
Here is first stab at new skin dictionary. Any skinning savy people mind looking it over?
Even using your skindictionnary, I still failed to tweak the ChestLock panel in order to display the full chest name to see their tier on french lotro client.

I changed columns sizes but chest name length remained the same

(and as usual with resizeable panels, it breaks its resizing capability)

Code:
<PanelFile ID="ID_UISkin_Social_Field">
	<Element ID="Social_Field" X="262" Y="118" Width="587" Height="577">
		<Element ID="Social_Panel" X="2" Y="35" Width="580" Height="525">
			<Element ID="RaidLock_Page" X="7" Y="27" Width="565" Height="500">
				<Element ID="RaidLocksPanel" X="0" Y="0" Width="565" Height="500">
					<Element ID="ChestLockPage" X="0" Y="0" Width="565" Height="470">
						<Element ID="ChestLock_DisplayField" X="0" Y="0" Width="565" Height="470">
							<Element ID="ChestLock_FieldHeader" X="15" Y="40" Width="531" Height="17">
							
								<!-- Chest name -->	
								<Element ID="ChestLock_FieldHeader_ChestNameButton" X="0" Y="0" Width="287" Height="21">
								</Element>
								
								<!-- Favourite remaining count -->								
								<Element ID="ChestLock_FieldHeader_FavouredPullsButton" X="288" Y="0" Width="55" Height="21">
								</Element>
								
								<!-- Common remaining count -->
								<Element ID="ChestLock_FieldHeader_CommonPullsButton" X="344" Y="0" Width="55" Height="21">
								</Element>	
								
								<!-- Time remaining untill reset -->							
								<Element ID="ChestLock_FieldHeader_ResetDurationButton" X="400" Y="0" Width="130" Height="21">								
								</Element>	
								
							</Element>
						</Element>
					</Element>
				</Element>
			</Element>
		</Element>
	</Element>
</PanelFile>
__________________
JRR skins collection download page
JRR Azure Glass download page
Extended and enhanced panels
Adra/Adragor/Osred from Sirannon.
Derelos/Prurit/Karnaj from Evernight.

Last edited by Adra : 03-25-2022 at 02:37 PM.
Reply With Quote