File: layer_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 (18 lines) | stat: -rw-r--r-- 588 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!-- Aseprite -->
<!-- Copyright (C) 2001-2014 by David Capello -->
<gui>
<window text="Layer Properties" id="layer_properties">
  <vbox>
    <grid columns="2">
      <label text="Name:" />
      <entry text="" id="name" magnet="true" maxsize="256" minwidth="64" cell_align="horizontal" />
    </grid>
    <separator horizontal="true" />
    <hbox>
      <boxfiller />
      <button text="&amp;OK" closewindow="true" id="ok" magnet="true" width="60" />
      <button text="&amp;Cancel" closewindow="true" id="cancel" width="60" />
    </hbox>
  </vbox>
</window>
</gui>