Jump to content

[FM21] Container Placement


<<Macaco-RJ88>>
 Share

Recommended Posts

Hi! 

Could anyone help me adding that "career milestones" box BELOW the 2 containers in the picture below? That would help me tremendously!

I will also include my panel code of that section. ( I do have the widget for milestones)

image.png.a7cb16d15da52ee0cc43345e3282143b.png

 

<!--Relationships-->
      <container class="subsection_box" id="titl" minimum_height="191" default_height="-1" priority="3" colour="accent">
        <translation id="title" translation_id="308474" type="use" value="Relationships[COMMENT: Persons relationships with other people]" />

        <layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0" />

        <container class="scrolling_box">
          <widget class="person_relationships_panel" id="rela" file="none">
            <record id="object_property">
              <integer id="get_property" value="objt" />
              <integer id="set_property" value="objt" />
            </record>

            <layout class="fit_children_attachment" alignment="vertical" offset="0" />
            <layout class="arrange_horizontal_attachment" offset="0" gap="5" layout="-1,-1" />
            <layout class="stick_to_sides_attachment" alignment="top" apply_to_children="true" inset="0" />

            <!-- We have two tables -->
            <!-- LIked people -->
            <widget class="table" id="favL" mode="fill_rows,stripe_rows" layout="-1" auto_size="vertical" sort_disabled="true">
              <list id="headings">
                <record>
                  <translation id="text" translation_id="293060" type="use" value="Favourite People" />
                </record>
              </list>
            </widget>
            <!-- Disliked people -->
            <widget class="table" id="disL" mode="fill_rows,stripe_rows" layout="-1" auto_size="vertical" sort_disabled="true">
              <list id="headings">
                <record>
                  <translation id="text" translation_id="293061" type="use" value="Disliked People" />
                </record>
              </list>
            </widget>
          </widget>
        </container>
      </container>


                            <!--Tends to-->
                            <container id="tncP" class="bordered_box">
                                <attachment_group class="vertical_arrange" vertical_layout="20, -1" vertical_gap="5" vertical_offset="0" horizontal_inset="3" />
                                <widget class="label" id="knfL" col="0" row="0" alignment="left, centre_y" font="title" size="medium" colour="accent" height="20"/>
                                <container class="scrolling_box" id="chrA">
                                    <layout class="stick_to_sides_attachment" alignment="top, left" apply_to_children="true" />
                                    <widget class="text" id="tncs" auto_size="vertical" />
                                </container>
                            </container>
                            
                            <container class="bordered_box" minimum_height="150" >
    <layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0" />
    <widget class="person_history_biography_panel" file="person/person history biography no title" >
      <record id="object_property">
        <integer id="get_property" value="objt" />
        <integer id="set_property" value="objt" />
      </record>
    </widget>
  </container>

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...