mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
33 lines
1.2 KiB
XML
33 lines
1.2 KiB
XML
<!-- ASEPRITE -->
|
|
<!-- Copyright (C) 2001-2013, 2015 by David Capello -->
|
|
<gui>
|
|
<window id="file_selector" text="">
|
|
<vbox id="main">
|
|
<box horizontal="true">
|
|
<box horizontal="true" noborders="true">
|
|
<button text="" id="go_back_button" bevel="2 0 2 0" tooltip="Go back one folder" />
|
|
<button text="" id="go_forward_button" bevel="0 2 0 2" tooltip="Go forward one folder" />
|
|
</box>
|
|
<button text="" id="go_up_button" tooltip="Up to parent folder (Backspace)" />
|
|
<button text="" id="new_folder_button" tooltip="New folder" />
|
|
<combobox id="location" expansive="true" />
|
|
</box>
|
|
<view id="file_view" expansive="true" />
|
|
<grid columns="2">
|
|
<label text="File name:" />
|
|
<box id="file_name_placeholder" cell_align="horizontal" />
|
|
|
|
<label text="File type:" />
|
|
<hbox cell_align="horizontal">
|
|
<combobox id="file_type" 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>
|
|
</gui>
|