2022-08-26 03:31:42 +08:00
|
|
|
<!-- Aseprite -->
|
2025-05-09 09:32:28 +08:00
|
|
|
<!-- Copyright (C) 2025 by Igara Studio S.A. -->
|
2022-08-26 03:31:42 +08:00
|
|
|
<gui>
|
|
|
|
<window id="new_layout" text="@.title">
|
|
|
|
<vbox>
|
2025-05-09 09:32:28 +08:00
|
|
|
<hbox>
|
2022-08-26 03:31:42 +08:00
|
|
|
<label text="@.name" />
|
2025-01-30 21:19:22 +08:00
|
|
|
<entry maxsize="128" id="name" magnet="true" expansive="true" />
|
2025-05-09 09:32:28 +08:00
|
|
|
</hbox>
|
2022-08-26 03:31:42 +08:00
|
|
|
|
|
|
|
<separator horizontal="true" />
|
|
|
|
|
|
|
|
<hbox homogeneous="true" cell_align="right">
|
2025-01-30 21:19:22 +08:00
|
|
|
<button text="@general.ok" closewindow="true" id="ok" disabled="true" minwidth="60" magnet="true" />
|
2022-08-26 03:31:42 +08:00
|
|
|
<button text="@general.cancel" closewindow="true" />
|
|
|
|
</hbox>
|
|
|
|
</vbox>
|
|
|
|
</window>
|
|
|
|
</gui>
|