Tyburn Posted April 16, 2021 Share Posted April 16, 2021 (edited) Having followed a similar procedure in changing the appearance of a "view_menu_popup" button in the "team squad" panel (and various others): <widget class="view_menu_popup" appearance="buttons/subtle/squad/normal/button" id="plvi" embed_in_frame="false" auto_size="all" colour="secondary"/> I was hopeful the same way would work for this button in the "team squad" panel: <!-- filter menu --> <widget class="embedded_filter_button" appearance="buttons/embedded/squad/normal/button" id="plsf" target="plti" auto_size="all" colour="secondary"/> But it doesn't. The game is not reading my custom button for this widget. (top right in screenshot) I've tried pointing it's button appearance to where the class file for "embedded_filter_button" looks for it ("buttons/embedded/normal/button") but that's not working either. I obviously have all the relevant graphics where they should be in my skin, with edited configs. I've included the "team squad" file. Any ideas? Thanks. team squad.xml Edited April 16, 2021 by Tyburn Link to post Share on other sites More sharing options...
Tyburn Posted April 16, 2021 Author Share Posted April 16, 2021 NVM. Even though everything seemed to point to putting the buttons into "embedded" I've discovered that "subtle" is the folder that controls this widgets appearance. Along with many others. Adding appearance code to this widget code makes no change at all. Time to get creative. Link to post Share on other sites More sharing options...
alian62 Posted April 17, 2021 Share Posted April 17, 2021 3 hours ago, Tyburn said: NVM. Even though everything seemed to point to putting the buttons into "embedded" I've discovered that "subtle" is the folder that controls this widgets appearance. Along with many others. Adding appearance code to this widget code makes no change at all. Time to get creative. please keep me informed Link to post Share on other sites More sharing options...
Tyburn Posted April 17, 2021 Author Share Posted April 17, 2021 Well, as far as I can tell, it’s either all or nothing. Looks impossible to change just one filter button’s appearance. Unless I’m missing something? Link to post Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now