2021-08-24 14:25:35 +00:00
|
|
|
<!-- Aseprite -->
|
|
|
|
<!-- Copyright (c) 2021 Igara Studio S.A. -->
|
2022-06-29 13:58:51 +00:00
|
|
|
<gui i18nwarnings="false">
|
2021-09-07 19:33:27 +00:00
|
|
|
<window id="enter_license" text="@.title" expansive="true">
|
2021-08-24 14:25:35 +00:00
|
|
|
<box vertical="true">
|
|
|
|
<hbox>
|
|
|
|
<label text="@.default_message" />
|
|
|
|
<link text="https://www.aseprite.org/download/" url="https://www.aseprite.org/download/" />
|
|
|
|
</hbox>
|
2021-08-24 19:58:49 +00:00
|
|
|
<separator text="@.license_key" left="true" horizontal="true" />
|
|
|
|
<entry id="license_key" cell_align="horizontal" magnet="true" maxsize="17" />
|
2021-09-07 19:33:27 +00:00
|
|
|
<hbox>
|
|
|
|
<image id="icon" icon="warning_box" visible="false" />
|
|
|
|
<label id="message" text="" expansive="true" minheight="40" />
|
|
|
|
</hbox>
|
2021-08-24 14:25:35 +00:00
|
|
|
<box horizontal="true">
|
|
|
|
<box horizontal="true" expansive="true" />
|
|
|
|
<box horizontal="true" homogeneous="true">
|
2021-08-24 19:58:49 +00:00
|
|
|
<button text="@general.ok" id="ok_button" magnet="true" width="60" />
|
2021-10-05 17:15:53 +00:00
|
|
|
<button text="@general.close" closewindow="true" />
|
2021-08-24 14:25:35 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</window>
|
|
|
|
</gui>
|