| 19 | | <box orientation="horizontal" spacing="10" xpadding="10" ypadding="0"> |
| 20 | | <item type="button" id="session_button"> |
| 21 | | <pos y="50%" anchor="w" height="30" width="100"/> |
| 22 | | <stock type="session"/> |
| | 21 | <box spacing="10" xpadding="10" ypadding="0" orientation="horizontal"> |
| | 22 | <item type="rect" id="session_button" button="true"> |
| | 23 | <pos x="0" y="13" anchor="nw" width="100" height="30"/> |
| | 24 | <fixed> |
| | 25 | <item type="pixmap"> |
| | 26 | <pos x="50%" y="50%" anchor="c"/> |
| | 27 | <normal file="btn-normal.svg"/> |
| | 28 | <prelight file="btn-prelight.svg"/> |
| | 29 | <active file="btn-active.svg"/> |
| | 30 | </item> |
| | 31 | <item type="label"> |
| | 32 | <normal font="Sans 11" color="#000000"/> |
| | 33 | <pos x="50%" y="50%" anchor="c"/> |
| | 34 | <stock type="session"/> |
| | 35 | </item> |
| | 36 | </fixed> |
| 24 | | <item type="button" id="options_button"> |
| 25 | | <pos y="50%" anchor="w" width="100" height="30" /> |
| 26 | | <stock type="system"/> |
| | 38 | <item type="rect" id="options_button" button="true"> |
| | 39 | <pos x="0" y="13" anchor="nw" width="100" height="30" /> |
| | 40 | <fixed> |
| | 41 | <item type="pixmap"> |
| | 42 | <pos x="50%" y="50%" anchor="c"/> |
| | 43 | <normal file="btn-normal.svg"/> |
| | 44 | <prelight file="btn-prelight.svg"/> |
| | 45 | <active file="btn-active.svg"/> |
| | 46 | </item> |
| | 47 | <item type="label"> |
| | 48 | <normal font="Sans 11" color="#000000"/> |
| | 49 | <pos x="50%" y="50%" anchor="c"/> |
| | 50 | <stock type="system"/> |
| | 51 | </item> |
| | 52 | </fixed> |