aseprite/data/widgets/css_options.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

26 lines
865 B
XML
Raw Normal View History

2020-03-24 09:21:02 +08:00
<!-- Aseprite -->
<!-- Copyright (C) 2018 by Igara Studio S.A. -->
<gui>
<window id="css_options" text="@.title">
<grid columns="2">
2025-08-15 09:14:31 +08:00
<label text="@.pixel_scale" for="pixel_scale" />
2020-03-24 09:21:02 +08:00
<expr id="pixel_scale" magnet="true" cell_align="horizontal"/>
<check text="@.with_vars" id="with_vars" cell_hspan="2" />
2021-01-06 01:43:43 +08:00
2020-03-24 09:21:02 +08:00
<check text="@.generate_html" id="generate_html" cell_hspan="2" />
<separator horizontal="true" cell_hspan="2" />
<hbox cell_hspan="2">
<check text="@general.dont_show" id="dont_show" tooltip="@general.dont_show_tooltip" />
<boxfiller />
</hbox>
<box horizontal="true" homogeneous="true" cell_hspan="2" cell_align="right">
<button text="@general.ok" closewindow="true" id="ok" magnet="true" minwidth="60" />
<button text="@general.cancel" closewindow="true" />
</box>
</grid>
</window>
</gui>