File: tools_configuration.xml

package info (click to toggle)
aseprite 1.0.5%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 9,504 kB
  • ctags: 18,296
  • sloc: cpp: 84,144; ansic: 49,119; xml: 1,971; objc: 1,211; asm: 117; makefile: 45
file content (22 lines) | stat: -rw-r--r-- 808 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!-- ASEPRITE -->
<!-- Copyright (C) 2001-2013 by David Capello -->
<gui>
<window text="Tools Configuration" id="configure_tool">
  <box vertical="true" childspacing="0">
    <box horizontal="true" expansive="true">
      <box vertical="true" childspacing="2">
        <box horizontal="true" childspacing="0">
            <check text="Tiled" id="tiled" />
            <check text="x" id="tiled_x" />
            <check text="y" id="tiled_y" />
        </box>
        <separator text="Grid:" horizontal="true" left="true" />
        <check text="Snap to Grid" id="snap_to_grid" />
        <check text="View Grid" id="view_grid" />
        <check text="Pixel Grid" id="pixel_grid" />
        <button text="Set &amp;Grid" id="set_grid" />
      </box>
    </box>
  </box>
</window>
</gui>