mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-29 09:23:32 +00:00
47 lines
1.7 KiB
XML
47 lines
1.7 KiB
XML
<!-- ASEPRITE -->
|
|
<!-- Copyright (C) 2001-2013, 2015 by David Capello -->
|
|
<gui>
|
|
<vbox id="main">
|
|
<box horizontal="true">
|
|
<box horizontal="true" noborders="true">
|
|
<button text="" id="goback" bevel="2 0 2 0" tooltip="Go back one folder" />
|
|
<button text="" id="goforward" bevel="0 2 0 2" tooltip="Go forward one folder" />
|
|
</box>
|
|
<button text="" id="goup" tooltip="Up to parent folder (Backspace)" />
|
|
<button text="" id="newfolder" tooltip="New folder" />
|
|
<combobox id="location" expansive="true" />
|
|
</box>
|
|
<view id="fileview_container" expansive="true"></view>
|
|
<grid columns="2">
|
|
<label text="File name:" />
|
|
<filenameentry id="filename" cell_align="horizontal" magnet="true" />
|
|
|
|
<label text="File type:" />
|
|
<hbox cell_align="horizontal">
|
|
<combobox id="filetype" minwidth="70" />
|
|
<boxfiller />
|
|
<box horizontal="true" homogeneous="true">
|
|
<button text="&OK" closewindow="true" id="ok" magnet="true" width="60" />
|
|
<button text="&Cancel" closewindow="true" id="cancel" />
|
|
</box>
|
|
</hbox>
|
|
</grid>
|
|
</vbox>
|
|
|
|
<window text="New Folder" id="newfolder_dialog">
|
|
<vbox>
|
|
<hbox>
|
|
<label text="Folder Name:" />
|
|
<entry text="New Folder" id="name" maxsize="256" magnet="true" expansive="true" />
|
|
</hbox>
|
|
<hbox>
|
|
<boxfiller />
|
|
<hbox homogeneous="true">
|
|
<button text="&OK" closewindow="true" id="ok" magnet="true" width="60" />
|
|
<button text="&Cancel" closewindow="true" id="cancel" />
|
|
</hbox>
|
|
</hbox>
|
|
</vbox>
|
|
</window>
|
|
</gui>
|