LoTROInterface

LoTROInterface (https://www.lotrointerface.com/forums/index.php)
-   Interface Help (L) (https://www.lotrointerface.com/forums/forumdisplay.php?f=3)
-   -   How to resize a quest panel. (https://www.lotrointerface.com/forums/showthread.php?t=3719)

Tobardus 12-14-2018 04:41 AM

How to resize a quest panel.
 
Hello,

I have a long quest panel but the text and the font size (Aa) button doesn't go all the way down.

I'm wondering if someone could give me a hint to where I could resize this?


RickCal 12-18-2018 07:24 AM

This annoys me too. I'd love to know how to resize the panel so that all of the text fits in. There has to be a plugin for that, right?

Drono 12-18-2018 04:57 PM

as far as i know this problem occur because quest log is one of the windows that is not resizable in game. In last update when they added these buttons, they just position them on their place.

However, if you use custom skin, that makes your windows bigger, that will need to be updated to position these further down. For this to happen, you need to know the names of the items you want to change position. I am not aware of SSG releasing these yet, i have asked Cordovan last friday on stream and he said that seems like something they should be able to do.

Holidays coming, so unless some clever people dont figure out the names themselves, we might need to wait for quite some time.

Also it seems they are still doing some changes to the quest log, todays update for example stopped showing quest objectives, also noticed today "show history" button, not sure when that got in. So they might not want to release them before they are not done with it.

Tobardus 12-19-2018 05:52 AM

Quote:

Originally Posted by 4andreas (Post 12207)
as far as i know this problem occur because quest log is one of the windows that is not resizable in game. In last update when they added these buttons, they just position them on their place.

However, if you use custom skin, that makes your windows bigger, that will need to be updated to position these further down. For this to happen, you need to know the names of the items you want to change position. I am not aware of SSG releasing these yet, i have asked Cordovan last friday on stream and he said that seems like something they should be able to do.

Holidays coming, so unless some clever people dont figure out the names themselves, we might need to wait for quite some time.

Also it seems they are still doing some changes to the quest log, todays update for example stopped showing quest objectives, also noticed today "show history" button, not sure when that got in. So they might not want to release them before they are not done with it.

Hi!

Thanks for the help 4andreas.

If anybody sees this and knows how to make the Quest Panel the original size that would be a solution too. I have no idea what I'm doing.

Thanks.

Grizzly UK 12-19-2018 01:22 PM

I use Extended and enhanced panels and have the same problem with the Quest Log. I've reported it there in the Comments but I'm not sure if there will be a fix, at least until SSG decide whether they're keeping this or not.

The part about this new "feature" in the Update 23.1.7 notes shows:

"BETA: The Quest Log and Quest Bestowal panels now support dynamic font resizing. To resize text, either press on the increase/decrease font size buttons on the bottom left of each panel, or hold down the Control key and use the Mouse Scroll Wheel when hovering over the panel text. This change will only persist during the current client session, and may be replaced by a different solution in the future."

The interesting part is the bit at the end where it says this "may be replaced by a different solution in the future." which might put addon authors off "fixing" it until SSG decide whether it's permanent or being replaced.

Adra 12-20-2018 09:14 PM

Hello everyone :)

A Lotro client update has introduced this issue in the larger edition of the quest book.

I can't work on a fix unless/until SSG releases an update of the skinning pack or communicate the new lines of code embedded in the updated quest book.

Let me know if you have new information (and preferably by PM if you want a quick reaction from me).

PS : Unfortunately plugins or user made skins don't have the ability to resize the regular game panels at the fly.

Silorien 12-21-2018 02:38 PM

Give these a try:

Quest_IncreaseFontSize
Quest_FontExample
Quest_DecreaseFontSize

Quest_Bestow_IncreaseFontSize
Quest_Bestow_FontExample
Quest_Bestow_DecreaseFontSize

When I'm able to add an option and sticky user preference, these controls will probably be removed altogether. We want to add more scaling throughout in addition to the ability to resize fonts, so hopefully you'll be seeing more changes in these areas soon.

Adra 12-21-2018 03:48 PM

Hello and thank you Silorien :)

Do I guess right ?

- The first 3 entries you gave are for the player quest book
- The 3 next are dedicated to the quest giver panel ?


I added these lines to the extended quest book :

Code:

      <Element ID="Quest_IncreaseFontSize" X="32" Y="681" Width="19" Height="17"> </Element>
      <Element ID="Quest_FontExample" X="53" Y="682" Width="45" Height="30"> </Element>
      <Element ID="Quest_DecreaseFontSize" X="32" Y="699" Width="19" Height="17"> </Element>

It moved the buttons at the bottom of the quest book, however the second issue remains : The quest description field remains truncated in its height :(



At this point, seeing the whole updated LUA code of this panel ( ID_UISkin_QuestPanel ) would definitely help me to find a fix



In case you have some time to spare on it, here is here the whole quest panel with the 3 new entries in it :

Code:

<PanelFile ID="ID_UISkin_QuestPanel">  <!-- "height" and "y" values higher than 350 are increased by around 200 and some french localization fixes are applied-->
  <Element ID="QuestPanel" X="6" Y="118" Width="770" Height="750">
    <Element ID="BaseBox_BG" X="0" Y="15" Width="770" Height="733">
      <Element ID="Base_Box_Silver_BottomMid" X="36" Y="697" Width="698" Height="36"> </Element>
      <Element ID="Base_Box_Silver_BottomRight" X="734" Y="697" Width="36" Height="36"> </Element>
      <Element ID="Base_Box_Silver_MidRight" X="734" Y="36" Width="36" Height="661"> </Element>
      <Element ID="Base_Box_Silver_Background" X="36" Y="36" Width="698" Height="661"> </Element>
      <Element ID="Base_Box_Silver_TopRight" X="734" Y="0" Width="36" Height="36"> </Element>
      <Element ID="Base_Box_Silver_TopLeft" X="0" Y="0" Width="36" Height="36"> </Element>
      <Element ID="Base_Box_Silver_TopMid" X="36" Y="0" Width="698" Height="36"> </Element>
      <Element ID="Base_Box_Silver_MidLeft" X="0" Y="36" Width="36" Height="661"> </Element>
      <Element ID="Base_Box_Silver_BottomLeft" X="0" Y="697" Width="36" Height="36"> </Element>
    </Element>
    <Element ID="BaseBox_TitleBar" X="252" Y="-11" Width="250" Height="42">
      <Element ID="Base_Box_Titlebar_TopRight" X="220" Y="0" Width="33" Height="42"> </Element>
      <Element ID="Base_Box_Titlebar_TopLeft" X="0" Y="0" Width="35" Height="42"> </Element>
      <Element ID="Base_Box_Titlebar_TopMid" X="35" Y="0" Width="185" Height="42"> </Element>
      <Element ID="QuestPanelLabel" X="15" Y="15" Width="221" Height="20"> </Element>
    </Element>
    <Element ID="QuestPanel_Top_Header" X="5" Y="19" Width="761" Height="88"> </Element>
    <Element ID="Quest_Header_Divider_1" X="315" Y="42" Width="2" Height="40"> </Element>
    <Element ID="Quest_Header_Divider_2" X="578" Y="40" Width="2" Height="40"> </Element>
    <Element ID="QuestTree_ExpandAll_Button" X="12" Y="81" Width="16" Height="16"> </Element>
    <Element ID="QuestTree_CollapseAll_Button" X="32" Y="81" Width="16" Height="16"> </Element>
    <Element ID="QuestPanelMoveBar" X="4" Y="6" Width="742" Height="20"> </Element>
    <Element ID="QuestPanelCloseButton" X="746" Y="21" Width="16" Height="16"> </Element>
    <Element ID="Quest_Journal_Page" X="-1" Y="26" Width="768" Height="715">
      <Element ID="QuestTreeBox_01" X="9" Y="79" Width="333" Height="600">
        <Element ID="Box_01_Background" X="1" Y="1" Width="331" Height="598"> </Element>
        <Element ID="Box_01_InnerShadow" X="1" Y="1" Width="331" Height="598">
          <Element ID="InnerShadow_TopLeft" X="0" Y="0" Width="9" Height="9"> </Element>
          <Element ID="InnerShadow_MidLeft" X="0" Y="9" Width="9" Height="585"> </Element>
          <Element ID="InnerShadow_BottomLeft" X="0" Y="589" Width="9" Height="9"> </Element>
          <Element ID="InnerShadow_BottomMid" X="9" Y="589" Width="313" Height="9"> </Element>
          <Element ID="InnerShadow_BottomRight" X="322" Y="589" Width="9" Height="9"> </Element>
          <Element ID="InnerShadow_MidRight" X="322" Y="9" Width="9" Height="585"> </Element>
          <Element ID="InnerShadow_TopRight" X="322" Y="0" Width="9" Height="9"> </Element>
          <Element ID="InnerShadow_TopMid" X="9" Y="0" Width="313" Height="9"> </Element>
        </Element>
        <Element ID="Box_01_LeftBorder" X="0" Y="0" Width="1" Height="600"> </Element>
        <Element ID="Box_01_BottomBorder" X="1" Y="599" Width="331" Height="1"> </Element>
        <Element ID="Box_01_RightBorder" X="332" Y="0" Width="1" Height="600"> </Element>
        <Element ID="Box_01_TopBorder" X="1" Y="0" Width="331" Height="1"> </Element>
      </Element>
      <Element ID="QuestTree" X="9" Y="95" Width="321" Height="582">
        <Element ID="Craft_Profession_TreeIcon" X="0" Y="0" Width="16" Height="16"> </Element>
        <Element ID="QuestTreeCategoryTitle" X="0" Y="0" Width="229" Height="16"> </Element>
        <Element ID="QuestTreeQuestTitle" X="36" Y="200" Width="313" Height="36">
          <Element ID="button_quest_entry_left" X="0" Y="0" Width="8" Height="36"> </Element>
          <Element ID="button_quest_entry_middle" X="8" Y="0" Width="297" Height="36"> </Element>
          <Element ID="button_quest_entry_right" X="305" Y="0" Width="8" Height="36"> </Element>
          <Element ID="QuestTreeStateBlocker" X="0" Y="0" Width="313" Height="36">
            <Element ID="Fellow1ImageField" X="158" Y="18" Width="24" Height="18"> </Element>
            <Element ID="ReadyToCompleteField" X="281" Y="8" Width="27" Height="20"> </Element>
            <Element ID="Fellow2ImageField" X="182" Y="18" Width="24" Height="18"> </Element>
            <Element ID="Fellow3ImageField" X="206" Y="18" Width="24" Height="18"> </Element>
            <Element ID="EpicImageField" X="45" Y="23" Width="10" Height="10"> </Element>
            <Element ID="Fellow4ImageField" X="230" Y="18" Width="24" Height="18"> </Element>
            <Element ID="FellowshipImageField" X="63" Y="22" Width="10" Height="10"> </Element>
            <Element ID="Fellow5ImageField" X="254" Y="18" Width="24" Height="18"> </Element>
            <Element ID="RaidImageField" X="113" Y="22" Width="10" Height="10"> </Element>
            <Element ID="SmallFellowshipImageField" X="128" Y="22" Width="10" Height="10"> </Element>
            <Element ID="TaskImageField" X="81" Y="23" Width="10" Height="10"> </Element>
            <Element ID="QuestCompletedField" X="281" Y="8" Width="27" Height="20"> </Element>
            <Element ID="InstanceImageField" X="98" Y="23" Width="10" Height="10"> </Element>
            <Element ID="RepeatableImageField" X="98" Y="23" Width="10" Height="10"> </Element>
            <Element ID="QuestTimeRemaining" X="88" Y="19" Width="63" Height="16"> </Element>
            <Element ID="TitleText" X="42" Y="4" Width="238" Height="18"> </Element>
            <Element ID="ConColorField" X="0" Y="0" Width="36" Height="36"> </Element>
            <Element ID="TrackerButton" X="6" Y="8" Width="24" Height="21"> </Element>
            <Element ID="FellowImageField_Background" X="155" Y="18" Width="126" Height="18"> </Element>
            <Element ID="QuestIsLFFQuestMP" X="282" Y="5" Width="27" Height="28"> </Element>
            <Element ID="QuestIsLFFQuest" X="282" Y="5" Width="27" Height="28"> </Element>
          </Element>
        </Element>
      </Element>
      <Element ID="QuestTree_SB" X="332" Y="75" Width="10" Height="601">
        <Element ID="scroll_bottom_field" X="0" Y="591" Width="10" Height="10"> </Element>
        <Element ID="UpButton" X="0" Y="591" Width="10" Height="10"> </Element>
        <Element ID="DownButton" X="0" Y="0" Width="10" Height="10"> </Element>
        <Element ID="scroll_top_field" X="0" Y="0" Width="10" Height="10"> </Element>
        <Element ID="widget" X="0" Y="10" Width="10" Height="586">
          <Element ID="widget_top_field" X="0" Y="0" Width="10" Height="10"> </Element>
          <Element ID="widget_mid_field" X="0" Y="10" Width="10" Height="566"> </Element>
          <Element ID="widget_bottom_field" X="0" Y="576" Width="10" Height="10"> </Element>
        </Element>
        <Element ID="scroll_middle_field" X="0" Y="10" Width="10" Height="586"> </Element>
      </Element>
      <Element ID="Quest_Filters" X="10" Y="-5" Width="356" Height="78">
        <Element ID="Quest_Filter_SmallFellowship_MP" X="33" Y="22" Width="36" Height="33">
          <Element ID="Quest_Filter_SmallFellowship_MP_Icon" X="4" Y="5" Width="29" Height="24"> </Element>
        </Element>
        <Element ID="Quest_Filter_Solo" X="0" Y="22" Width="36" Height="33">
          <Element ID="Quest_Filter_Solo_Icon" X="4" Y="5" Width="29" Height="24"> </Element>
        </Element>
        <Element ID="Quest_Filter_Shared_MP" X="231" Y="22" Width="36" Height="33">
          <Element ID="Quest_Filter_Shared_MP_Icon" X="4" Y="5" Width="29" Height="24"> </Element>
        </Element>
        <Element ID="Quest_Filter_Repeatable" X="198" Y="22" Width="36" Height="33">
          <Element ID="Quest_Filter_Repeatable_Icon" X="4" Y="5" Width="29" Height="24"> </Element>
        </Element>
        <Element ID="Quest_Filter_SmallFellowship" X="33" Y="22" Width="36" Height="33">
          <Element ID="Quest_Filter_SmallFellowship_Icon" X="4" Y="5" Width="29" Height="24"> </Element>
        </Element>
        <Element ID="Quest_Filter_Fellowship_MP" X="66" Y="22" Width="36" Height="33">
          <Element ID="Quest_Filter_Fellowship_MP_Icon" X="1" Y="5" Width="31" Height="24"> </Element>
        </Element>
        <Element ID="Quest_Filter_Fellowship" X="66" Y="22" Width="36" Height="33">
          <Element ID="Quest_Filter_Fellowship_icon" X="4" Y="5" Width="29" Height="24"> </Element>
        </Element>
        <Element ID="Quest_Filter_Instance" X="99" Y="22" Width="36" Height="33">
          <Element ID="Quest_Filter_Instance_Icon" X="4" Y="5" Width="29" Height="24"> </Element>
        </Element>
        <Element ID="Quest_Filter_Epic" X="132" Y="22" Width="36" Height="33">
          <Element ID="Quest_Filter_Epic_Icon" X="4" Y="5" Width="29" Height="24"> </Element>
        </Element>
        <Element ID="Quest_Filter_Raid" X="165" Y="22" Width="36" Height="33">
          <Element ID="Quest_Filter_Raid_Icon" X="4" Y="5" Width="29" Height="24"> </Element>
        </Element>
        <Element ID="QuestFilterLabel" X="12" Y="2" Width="279" Height="20"> </Element>
        <Element ID="Quest_Filter_Shared" X="231" Y="22" Width="36" Height="33">
          <Element ID="Quest_Filter_Shared_Icon" X="4" Y="5" Width="29" Height="24"> </Element>
        </Element>
        <Element ID="Quest_ShowCompleted" X="177" Y="62" Width="10" Height="10"> </Element>
        <Element ID="Quest_ShowCompletedText" X="187" Y="57" Width="118" Height="20"> </Element>
        <Element ID="Quest_Filter_Tasks" X="264" Y="22" Width="36" Height="33">
          <Element ID="Quest_Filter_Tasks_Icon" X="3" Y="4" Width="29" Height="24"> </Element>
        </Element>
      </Element>
 
      <Element ID="Quest_IncreaseFontSize" X="32" Y="681" Width="19" Height="17"> </Element>
      <Element ID="Quest_FontExample" X="53" Y="682" Width="45" Height="30"> </Element>
      <Element ID="Quest_DecreaseFontSize" X="32" Y="699" Width="19" Height="17"> </Element>
   
        <Element ID="QuestTrackerButton" X="103" Y="688" Width="178" Height="20">
        <Element ID="TextButtonReference_Left" X="0" Y="0" Width="20" Height="20"> </Element>
        <Element ID="TextButtonReference_Mid" X="20" Y="0" Width="137" Height="20"> </Element>
        <Element ID="TextButtonReference_Right" X="157" Y="0" Width="20" Height="20"> </Element>
        <Element ID="TextButton_Highlight_l" X="3" Y="3" Width="32" Height="14"> </Element>
        </Element>   
 
      <Element ID="QuestShareButton" X="283" Y="688" Width="75" Height="20">
        <Element ID="TextButtonReference_Left" X="0" Y="0" Width="20" Height="20"> </Element>
        <Element ID="TextButtonReference_Mid" X="20" Y="0" Width="34" Height="20"> </Element>
        <Element ID="TextButtonReference_Right" X="54" Y="0" Width="20" Height="20"> </Element>
        <Element ID="TextButton_Highlight_l" X="3" Y="3" Width="32" Height="14"> </Element>
      </Element>
   
      <Element ID="QuestAbandonButton" X="400" Y="688" Width="75" Height="20">
        <Element ID="TextButtonReference_Left" X="0" Y="0" Width="20" Height="20"> </Element>
        <Element ID="TextButtonReference_Mid" X="20" Y="0" Width="34" Height="20"> </Element>
        <Element ID="TextButtonReference_Right" X="54" Y="0" Width="20" Height="20"> </Element>
        <Element ID="TextButton_Highlight_l" X="3" Y="3" Width="32" Height="14"> </Element>
      </Element>

      <Element ID="QuestHistoryButton" X="477" Y="688" Width="128" Height="20">
        <Element ID="TextButtonReference_Left" X="0" Y="0" Width="20" Height="20"> </Element>
        <Element ID="TextButtonReference_Mid" X="20" Y="0" Width="87" Height="20"> </Element>
        <Element ID="TextButtonReference_Right" X="107" Y="0" Width="20" Height="20"> </Element>
        <Element ID="TextButton_Highlight_l" X="3" Y="3" Width="32" Height="14"> </Element>
      </Element>
 
      <Element ID="QuestFindAFellowshipButton" X="607" Y="688" Width="139" Height="20">
        <Element ID="TextButtonReference_Left" X="0" Y="0" Width="20" Height="20"> </Element>
        <Element ID="TextButtonReference_Mid" X="20" Y="0" Width="98" Height="20"> </Element>
        <Element ID="TextButtonReference_Right" X="118" Y="0" Width="20" Height="20"> </Element>
        <Element ID="TextButton_Highlight_l" X="3" Y="3" Width="32" Height="14"> </Element>
      </Element> 
 
      <Element ID="SelectedQuestDisplay" X="344" Y="80" Width="410" Height="596"> </Element>
      <Element ID="SelectedQuestDisplay_SB" X="753" Y="78" Width="10" Height="601">
        <Element ID="scroll_bottom_field" X="0" Y="591" Width="10" Height="10"> </Element>
        <Element ID="UpButton" X="0" Y="591" Width="10" Height="10"> </Element>
        <Element ID="DownButton" X="0" Y="0" Width="10" Height="10"> </Element>
        <Element ID="scroll_top_field" X="0" Y="0" Width="10" Height="10"> </Element>
        <Element ID="widget" X="0" Y="10" Width="10" Height="586">
          <Element ID="widget_top_field" X="0" Y="0" Width="10" Height="10"> </Element>
          <Element ID="widget_mid_field" X="0" Y="10" Width="10" Height="566"> </Element>
          <Element ID="widget_bottom_field" X="0" Y="576" Width="10" Height="10"> </Element>
        </Element>
        <Element ID="scroll_middle_field" X="0" Y="10" Width="10" Height="586"> </Element>
      </Element>
        <Element ID="Quest_Task_Filter" X="317" Y="24" Width="274" Height="43">
        <Element ID="Tasks_Reset_BuyNowButton_Wrapper" X="171" Y="1" Width="196" Height="20">
          <Element ID="Button_Coin_2" X="0" Y="0" Width="1" Height="1"> </Element>
          <Element ID="Tasks_Reset_BuyNowButton" X="0" Y="0" Width="95" Height="20">
            <Element ID="TextButton_Highlight_r" X="60" Y="3" Width="32" Height="14"> </Element>
            <Element ID="TextButtonReference_Left" X="0" Y="0" Width="20" Height="20"> </Element>
            <Element ID="TextButtonReference_Mid" X="20" Y="0" Width="55" Height="20"> </Element>
            <Element ID="TextButtonReference_Right" X="75" Y="0" Width="20" Height="20"> </Element>
            <Element ID="TextButton_Highlight_l" X="3" Y="3" Width="32" Height="14"> </Element>
          </Element>
        </Element>
        <Element ID="Tasks_Increase_Daily_Limit_BuyNowButton_Wrapper" X="19" Y="24" Width="232" Height="20">
          <Element ID="Tasks_Increase_Daily_Limit_BuyNowButton" X="0" Y="0" Width="232" Height="20">
            <Element ID="TextButton_Highlight_r" X="197" Y="3" Width="32" Height="14"> </Element>
            <Element ID="TextButtonReference_Left" X="0" Y="0" Width="20" Height="20"> </Element>
            <Element ID="TextButtonReference_Mid" X="20" Y="0" Width="192" Height="20"> </Element>
            <Element ID="TextButtonReference_Right" X="212" Y="0" Width="20" Height="20"> </Element>
            <Element ID="TextButton_Highlight_l" X="3" Y="3" Width="32" Height="14"> </Element>
          </Element>
          <Element ID="Button_Coin" X="0" Y="0" Width="1" Height="1"> </Element>
        </Element>
        <Element ID="Quest_Task_Count_Label" X="3" Y="0" Width="130" Height="20"> </Element>       
        <Element ID="Quest_Task_Count_Text" X="121" Y="1" Width="67" Height="19"> </Element>       
      </Element>
      <Element ID="QuestSlot_MithrilButton" X="496" Y="7" Width="73" Height="20">
        <Element ID="TextButton_Highlight_r" X="37" Y="3" Width="32" Height="14"> </Element>
        <Element ID="TextButtonReference_Left" X="0" Y="0" Width="20" Height="20"> </Element>
        <Element ID="TextButtonReference_Mid" X="19" Y="0" Width="34" Height="20"> </Element>
        <Element ID="TextButtonReference_Right" X="52" Y="0" Width="20" Height="20"> </Element>
        <Element ID="TextButton_Highlight_l" X="3" Y="3" Width="32" Height="14"> </Element>
      </Element>
      <Element ID="QuestCount_Label" X="324" Y="7" Width="126" Height="20"> </Element>
      <Element ID="Quest_CountText" X="439" Y="9" Width="67" Height="19"> </Element>
      <Element ID="Quest_ShowTrackerField" X="565" Y="-3" Width="180" Height="78">
        <Element ID="Quest Tracker Options" X="1" Y="7" Width="201" Height="20"> </Element>
        <Element ID="Quest_ShowTrackerCheckBox" X="58" Y="30" Width="10" Height="10"> </Element>
        <Element ID="Quest_ShowTrackerText" X="72" Y="25" Width="102" Height="20"> </Element>
        <Element ID="Quest_Tracker_ViewInfoBy_Text" X="24" Y="47" Width="79" Height="20"> </Element>
        <Element ID="Quest_Tracker_FellowshipStatusMode" X="84" Y="46" Width="10" Height="10"> </Element>
        <Element ID="Quest_Tracker_FellowshipStatusMode_Text" X="98" Y="41" Width="128" Height="20"> </Element>
        <Element ID="Quest_Tracker_QuestObjectiveMode" X="84" Y="63" Width="10" Height="10"> </Element>
        <Element ID="Quest_tracker_QuestObjectiveMode_Text" X="98" Y="58" Width="106" Height="20"> </Element>
      </Element>       
      <Element ID="QuestDisplay_BG" X="341" Y="79" Width="423" Height="600">
        <Element ID="Box_01_Background" X="1" Y="1" Width="421" Height="598"> </Element>
        <Element ID="Box_01_InnerShadow" X="1" Y="1" Width="421" Height="598">
          <Element ID="InnerShadow_TopLeft" X="0" Y="0" Width="9" Height="9"> </Element>
          <Element ID="InnerShadow_MidLeft" X="0" Y="9" Width="9" Height="585"> </Element>
          <Element ID="InnerShadow_BottomLeft" X="0" Y="589" Width="9" Height="9"> </Element>
          <Element ID="InnerShadow_BottomMid" X="9" Y="589" Width="403" Height="9"> </Element>
          <Element ID="InnerShadow_BottomRight" X="412" Y="589" Width="9" Height="9"> </Element>
          <Element ID="InnerShadow_MidRight" X="412" Y="9" Width="9" Height="585"> </Element>
          <Element ID="InnerShadow_TopRight" X="412" Y="0" Width="9" Height="9"> </Element>
          <Element ID="InnerShadow_TopMid" X="9" Y="0" Width="403" Height="9"> </Element>
        </Element>
        <Element ID="Box_01_LeftBorder" X="0" Y="0" Width="1" Height="600"> </Element>
        <Element ID="Box_01_BottomBorder" X="1" Y="599" Width="421" Height="1"> </Element>
        <Element ID="Box_01_RightBorder" X="422" Y="0" Width="1" Height="600"> </Element>
        <Element ID="Box_01_TopBorder" X="1" Y="0" Width="421" Height="1"> </Element>
      </Element>
    </Element>
  </Element>
</PanelFile>


Silorien 12-21-2018 04:09 PM

Yes, the "bestow" elements are for the other panel.

The problematic control is SelectedQuestDisplay, and unfortunately, I accidentally forced a max height on it when I added the scaling controls. Also, I don't think there is a mechanism for overriding that via skinning. I apologize, but if everyone can live with this until update 23.2, you will get a vertical resize handle on this panel.

Adra 12-21-2018 04:27 PM

Ah, ok, thank you for your quick answer Silorien :)

I Will release the partial patch while waiting for this update.



EDIT : The JRR themes and EE panels are patched and available for download.

Have fun


All times are GMT -5. The time now is 07:20 AM.

vBulletin® - Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI