Ticket #2540: button_menu.xml.patch

File button_menu.xml.patch, 1.1 KB (added by Jaison, 10 years ago)
  • binaries/data/mods/public/gui/session/top_panel/button_menu.xml

     
    66    tooltip_style="sessionToolTip"
    77    z="70"
    88>
    9     <!-- This object covers up the text on the menu
    10     buttons as they slide by so that you don't see
     9
     10
     11<!-- This object covers up the text on the menu buttons as they slide by so that you don't see
    1112    them on top of the main menu button -->
    12     <object size="0 -4 100% 0" type="image" sprite="horizontalThinBorder" ghost="true"/>
     13    <object size="0 -4 100% 0" type="image" sprite="horizontalThinBorder" ghost="true"/> 
    1314
    14     <object size="50%-32 50%-16 50%+32 50%+16" type="image" sprite="menuButton" ghost="true">
    15         <translatableAttribute id="caption">MENU</translatableAttribute>
    16     </object>
     15    <translatableAttribute id="caption">MENU</translatableAttribute>
    1716    <action on="Press">
    1817        toggleMenu();
    19     </action>
     18    </action> 
    2019</object>