View Single Post
  #1  
Unread 08-08-2011, 01:36 AM
Chaly's Avatar
Chaly Chaly is offline
The Undefeated
Interface Author - Click to view interfaces
 
Join Date: Aug 2011
Posts: 6
Craft Panel - lf XML Editing

Hi there,

I'm currently modifying my interface - based on DAIMONUI.
To say it first (and at the wrong place...) : your UI is wonderful, there are just a few things I wanted to change starting with an own semi-transparent graphic for your huge bottombar.

I finally reached the point where I wanted to fix the german craft panel:
Some of the text labels in the default interface are broken, the width of those labels is too small to fit the textsize - as shown in the image.

I already found and fixed all broken labels except one..
I highlighted the label I'm currently looking for and cannot find it in the Old Man's craft UI or Daimon's craft panel extension.
The english text for red marked textlabel shown in the screenshot should be something like "Critical success produces".

I guess it must be inside Craft_Recipe_CriticalItem, but I don't find it ..
Code:
<PanelFile ID="ID_UISkin_Craft_Window">
  <Element ID="Craft_Window">
    <Element ID="CraftRecipe_MasterPage">
      <Element ID="Craft_Recipe_CriticalItem">
        <Element ID="ItemDisplay_ShortIcon">
          <Element ID="ItemDisplay_Icon">
          </Element>
        </Element>
      </Element>
    </Element>
  </Element>
</PanelFile>
Maybe someone can help or tell me the xml element for this label?

Cheers,
Chaly
Attached Thumbnails
Click image for larger version

Name:	broken_default_craft_masterpage.JPG
Views:	1383
Size:	43.4 KB
ID:	245  

Last edited by Chaly : 08-08-2011 at 01:45 AM.
Reply With Quote