mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-04 08:46:09 +00:00
23 lines
621 B
XML
23 lines
621 B
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2019 by Igara Studio S.A. -->
|
|
<gui>
|
|
<vbox id="outline" expansive="true">
|
|
<grid columns="2">
|
|
<label text="@.color" />
|
|
<colorpicker id="color" cell_align="horizontal" />
|
|
<label text="@.bg_color" />
|
|
<colorpicker id="bg_color" cell_align="horizontal" />
|
|
</grid>
|
|
<hbox>
|
|
<vbox>
|
|
<radio id="circle" text="@.circle" group="1" />
|
|
<radio id="square" text="@.square" group="1" />
|
|
</vbox>
|
|
<vbox>
|
|
<radio id="outside" text="@.outside" group="2" />
|
|
<radio id="inside" text="@.inside" group="2" />
|
|
</vbox>
|
|
</hbox>
|
|
</vbox>
|
|
</gui>
|