pinokyonet - Comments

Comments
#619979 Sidebar colour change
pinokyonet
10 years ago
3 years ago
1

open “sidebar menu table.xml” file with notepad+ and change these codes i marked in red to secondary ;

 

<!-- club upcoming -->
     <widget class="table" id="cluF" mode="select_rows,fill_rows,hide_headings,dont_allow_click_unselect_single" auto_size_rows="true" fixed_size_rows="false" auto_size="vertical" selected_appearance="tables/custom/sidebar/selected/row">
       
         <record width="-1" column_heading="Icon">
           <record id="column_properties"/>
         </record>
         <record width="-3" minimum_width="100" column_heading="Name">
           <record id="column_properties" alignment="left,centre_y" colour="secondary" font="title" size="small" gap="0" >
             <record id="secondary_text_properties" alignment="left,top" size="normal" colour="secondary"/>
           </record>
         </record>
       

     </widget>

     <!-- nation upcoming -->
     <widget class="table" id="natF" mode="select_rows,fill_rows,hide_headings,dont_allow_click_unselect_single" auto_size_rows="true" fixed_size_rows="false" auto_size="vertical" selected_appearance="tables/custom/sidebar/selected/row">
       
         <record width="-1" column_heading="Icon">
           <record id="column_properties"/>
         </record>
         <record width="-3" minimum_width="100" column_heading="Name">
           <record id="column_properties" alignment="left,centre_y" colour="secondary" font="title" size="small" gap="0" >
             <record id="secondary_text_properties" alignment="left,top" size="normal" colour="secondary"/>
           </record>
         </record>
       

     </widget>