Jump to content

lepatsio

Members+
  • Posts

    18
  • Joined

  • Last visited

Everything posted by lepatsio

  1. Can anyone provide me with the default 'subs bench panel.xml'. I've got the game pass version and I think there's still no way to get the default files with that is there?
  2. Is it possible to bring the picture forward so that text goes under the picture and not above like here. This is the last part of my general page puzzle.
  3. Ok, I've been trying to change a single alignment at once, and hadn't touched the fit children attachment at all. Changing horizontal attachment to middle and fit children attachment to centre_x instead of horizontal did it. <container class="container" id="hnrs"> <layout class="arrange_horizontal_attachment" alignment="middle" offset="0" gap="8"/> <layout class="fit_children_attachment" alignment="centre_x,fill" offset="0" gap="8"/> <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" /> </container>
  4. which part, i've tried it in a bunch of places but it either does nothing or the trophies disappear
  5. How do I center the trophies? <panel background_colour="grey 900"> <layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0" /> <container class="scrolling_box" fit_content_horizontal="true" fit_content_vertical="false"> <container class="container" id="hnrs" background_colour="grey 700"> <layout class="arrange_horizontal_attachment" alignment="right" offset="0" gap="8"/> <layout class="fit_children_attachment" alignment="horizontal,fill" offset="0" gap="8"/> <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" /> </container> </container> </panel>
  6. Trying to make a honours page similar to PSG's but can't get the text to align correctly nor set the width so that the text sets in properly, also don't know how I can make the text display below the trophy image. Any help? Code, and images of my game and psg honors below <panel width="150"> <layout class="vertical_arrange" vertical_alignment="bottom,extend" vertical_gap="0"/> <container background_colour="blue"> <layout class="vertical_arrange" vertical_alignment="bottom" vertical_gap="0"/> <widget class="object_portrait_picture" id="trop" scale_picture="true" priority="2"> <integer id="property" value="trop"/> <boolean id="keep_aspect_ratio" value="true"/> <boolean id="comp_use_trophy_icon" value="true"/> <flags id="image_alignment" value="left,centre_y"/> <layout class="stick_to_sides_attachment" alignment="vertical" inset="0"/> </widget> <widget class="text" id="wcnt" alignment="right, centre_y" size="120" style="normal" colour="secondary" priority="1"> <layout class="stick_to_sides_attachment" alignment="vertical" inset="0"/> </widget> </container> <container> </container> <container height="35"> <attachment_group class="vertical_arrange" vertical_alignment="top,extend" vertical_gap="0"/> <widget class="text" id="cmpn" multiline="true" auto_size="vertical" alignment="centre_x,top" size="normal" style="bold" colour="secondary"/> </container> </panel>
  7. last one for today, where's the color of the drop down set? tried looking around but didn't find anything. I'd like it black or just totally remove it
  8. Is there any place to see what every id means?
  9. I've got game pass version so I cannot extract :S
  10. Where are the colors for the squad selection rules in tactics and squad page set?
  11. I'd like to add my managers face to the social feed (making a twitter type page) What do I need to do? I copied this from club overview, but twitter page says "none currently" <container default_height="-1"> <layout class="stick_to_sides_attachment" alignmnet="all" inset="0" offset="0" gap="0" apply_to_children="true" /> <widget class="person_snapshot_club_overview_panel" id="" file="person/person snapshot club overview1"> <record id="object_property"> <integer id="get_property" value="TMnR" /> <integer id="set_property" value="objt" /> </record> </widget> </container>
  12. How do I move the subs list from the right side to the left menu?
  13. Found it in tactics overview side panel, around row 200
  14. Looking for the file/row that changes the color of the green button in tactics
×
×
  • Create New...