File: main_window.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-- 890 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-2014 by David Capello -->
<gui>
  <vbox noborders="true" id="main_box">
    <hbox noborders="true" id="menubar" />
    <hbox noborders="true" id="tabsbar" />
    <splitter id="colorbarsplitter"
		horizontal="true" expansive="true"
		by="pixel">
	<vbox noborders="true" id="colorbar" />
	<vbox noborders="true" expansive="true">
	  <vbox noborders="true" id="contextbar" />
	  <hbox noborders="true" expansive="true">
	    <splitter id="timelinesplitter"
		      vertical="true" expansive="true"
		      by="percetage" position="100">
	      <hbox noborders="true" id="workspace" expansive="true" />
	      <vbox noborders="true" id="timeline" expansive="true" />
	    </splitter>
	    <vbox noborders="true" id="toolbar" />
	  </hbox>
	</vbox>
    </splitter>
    <hbox noborders="true" id="statusbar" />
  </vbox>
</gui>