1<ui>
2<!--
3This file is part of MyPaint.
4Copyright (C) 2011 by Andrew Chadwick <andrewc-git@piffle.org>
5
6This program is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2 of the License, or
9(at your option) any later version.
10-->
11
12  <toolbar name="toolbar1">
13
14    <placeholder name="view-resets-toolitems">
15      <!-- Items for resetting the view -->
16      <toolitem action="ResetView"/>
17      <toolitem action="FitView"/>
18    </placeholder>
19
20  </toolbar>
21</ui>
22