Home
FM Discord
YouTube Channel
FM24 Data Update
FM26 Data Update
FM26 OOP Player Roles
Downloads
Graphics
Challenges
Blog
Forums
Videos
Tactics
FM26
FM26 Real Name Fix
FM26 Shortlists
FM26 DB
FM26 Men's Wonderkids
FM26 Women's Wonderkids
FM26 Men's Club Finances
FM26 Women's Club Finances
FM24 Update
FM24
FM23
FM Saves
FM Database
FM Guides
Installation Guides
Records
Search
hammer9
I used FMC for FM2014...
A - i want rise height and bit bigger than normal logo
B - i want this logo resize to big as same as normal logo (normal was 180x 180) but logo on titlebar look small.
i can edit config but which one config for this?
thank you.
flut
Hi
Go to titlebar.xml and search for some like that:
<!-- Primary Logo -->
<widget class="picture" id="lgtF" scale_picture="true" keep_aspect_ratio="true" height="80" width="80" image_alignment="centre" >
<layout class="centre_in_parent_attachment" alignment="horizontal"/>
<layout class="centre_in_parent_attachment" alignment="vertical" offset="0"/>
Change the values of height and width.
hammer9
i put this...
<!-- Primary Logo -->
<widget class="picture" id="lgtF" scale_picture="true" keep_aspect_ratio="true" height="80" width="80" image_alignment="centre" >
<layout class="centre_in_parent_attachment" alignment="horizontal"/>
<layout class="centre_in_parent_attachment" alignment="vertical" offset="0"/>
<attachment class="test_setting_attachment" get_setting="show_badges" default_value="true" set_property="hidn">
<boolean id="value" value="false" />
</attachment>
<!-- tells the picture to listen to the 'main picture' global property being set, and set its own file property from it -->
<record id="object_property">
<integer id="get_property" value="mnpc" />
<integer id="set_property" value="file" />
</record>
</widget>
...correect? if yeah nothing fixed....i may wrong... let me know
flut
Hi
I don't know if I understood what you did...
Increase the number 80 and 80.
hammer9
this should i copy this to paste in titlebar.xml ...like this...(black bold to replace)..other red was already in config
<!-- Primary Logo -->
<widget class="picture" id="lgtF" scale_picture="true" keep_aspect_ratio="true" height="80" width="80" image_alignment="centre" >
<layout class="centre_in_parent_attachment" alignment="horizontal"/>
<layout class="centre_in_parent_attachment" alignment="vertical" offset="0"/>
<attachment class="test_setting_attachment" get_setting="show_badges" default_value="true" set_property="hidn">
<boolean id="value" value="false" />
</attachment>
<!-- tells the picture to listen to the 'main picture' global property being set, and set its own file property from it -->
<record id="object_property">
<integer id="get_property" value="mnpc" />
<integer id="set_property" value="file" />
</record>
</widget>
understand? ....or should i put like this...
<!-- Primary Logo -->
<widget class="picture" id="lgtF" scale_picture="true" keep_aspect_ratio="true" height="80" width="80" image_alignment="centre" >
<layout class="centre_in_parent_attachment" alignment="horizontal"/>
<layout class="centre_in_parent_attachment" alignment="vertical" offset="0"/>
without red one?
flut
Sorry but it still hard to me understand what you want.
Please show me a screenshot with the current view and the changes you want, and send me the xml in order I take a look.