Don't mix locally installed python libs when building
[0ad.git] / binaries / data / mods / public / gui / session / Menu.xml
blob3b49b2b9a6b7a7aad3e2c8d5c0e7c95e4092bea3
1 <?xml version="1.0" encoding="utf-8"?>
2 <object name="menuButtonPanel"
3         style="StonePanelThinBorder"
4         type="image"
5         z="70"
6         size="100%-164 0 100% 0"
8         <repeat count="15">
9                 <object
10                         type="button"
11                         size="4 4 100%-4 32"
12                         style="StoneButtonFancy"
13                         tooltip_style="sessionToolTip"
14                         hidden="true"
15                 />
16         </repeat>
17 </object>