File: cel_properties.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 (26 lines) | stat: -rw-r--r-- 861 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
23
24
25
26
<!-- ASEPRITE -->
<!-- Copyright (C) 2001-2013 by David Capello -->
<gui>
<window text="Cel Properties" id="cel_properties">
  <grid columns="2">
    <label text="Frame:" />
    <label id="frame" />

    <label text="Position: " />
    <label id="pos" readonly="true" tooltip="X axis, Y axis" />

    <label text="Dimension:" />
    <label id="size" readonly="true" tooltip="Width x Height (Memory size)" />

    <label text="Opacity:" />
    <slider min="0" max="255" id="opacity" cell_align="horizontal" width="128" />

    <separator horizontal="true" cell_hspan="2" />

    <box horizontal="true" homogeneous="true" cell_hspan="2" cell_align="right">
      <button text="&amp;OK" closewindow="true" id="ok" magnet="true" minwidth="60" />
      <button text="&amp;Cancel" closewindow="true" />
    </box>
  </grid>
</window>
</gui>